Customers actions
Verify auth token
Method verifies authentication token created by a specified application. There is the unique ID of the customer as a response. ⚠️ Endpoint method is available only in the Enterprise interface.
post/customers/actions/verify-auth-token
Request body
Example request
{
"application_id": "82de12eb8b138791e678fd11c3",
"token": "V952TL",
"token_request_id": "702baa4a40a57694831321e5d02605d46c189369126ae43a81030790ea188af87e49578a"
}Response
OK
Example response
{
"data": {
"customer_id": "8ea2591121e636086a4a9c0992"
}
}