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

Authorizations

x-api-key
string
header
required

Query Parameters

client_id
string
required

The client ID of the OAuth application.

redirect_uri
string
required

The redirect URI of the OAuth application.

code_challenge
string
required

The code challenge for the OAuth flow.

sign_up_first_name
string | null

The first name of the user.

sign_up_last_name
string | null

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.

Response

200 - application/json
OK