API Reference

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.

Log in to see full request history
Body Params
string
required

ID of the original external application.The ID represents the external application where the token was created.

string
required

Authentication token

string
required

The parameter specifies the request that caused the token to be created. If two customers generated an authentication token at the same time and in the same application, the token_request_id parameter represents additional verification to identify the correct token.

Responses

Response body
object
data
object
string

The unique ID of the customer.

429

Too many requests - more than the resource limit.

503

Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.

Language
Credentials
URL