GET
/
api
/
v2
/
auth
/
login-link
curl --request GET \
  --url https://actions.zapier.com/api/v2/auth/login-link/ \
  --header 'x-api-key: <api-key>'
{
  "login_link": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

sign_up_first_name
string
required

The first name of the user.

sign_up_last_name
string
required

The last name of the user.

sign_up_email
string
required

The email of the user. If an account for this email already exists, the user will instead be asked to login.

redirect_to
string
default:
/config/login-success

The AI Actions URL to redirect the user to after login. If you have an OAuth client, you can use this to redirect to the consent screen for your OAuth application.

Response

200 - application/json
OK