Tokens
Login via authentication token
Log in the customer using the provided authentication token for a seamless and secure login experience. The authentication token can be provided in the method GET /tokens/{token_id}/actions/auth-token ⚠️ Endpoint is available only in Customer interface.
post/tokens/{token_id}/actions/authentication-token-login
Path parameters
token_idstring required
A client application token.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"application_id": "82de12eb8b138791e678fd11c3",
"token": "V952TL",
"token_request_id": "702baa4a40a57694831321e5d02605d46c189369126ae43a81030790ea188af87e49578a"
}Response
OK
Example response
{
"data": {
"customer_id": "8ea6abece4cd0a4ded0a29f093"
}
}