cURL
curl --request POST \ --url https://api.example.com/v2/logins/{account_login_public_id}/session \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "callback_url": "<string>" } '
{ "url": "<string>", "created_at": "<string>", "expires_at": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response