GET
/
api
/
v2
/
auth
/
login-link

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

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