Customer Token
Was this helpful?
Was this helpful?
Checks whether a token is valid. If the token is invalid, it returns a 401 status code. If the token is valid, it provides the token details.
Name of the tenant.
Note: Name of the tenant is always written in lowercase.
{tenant}
Customer's access token generated upon the customer token creation.
Bearer {customer_access_token}
Sends an authentication request and returns a refresh token.
Name of the tenant.
Note: Name of the tenant is always written in lowercase.
{tenant}
Customer's refresh token generated when the customer token is created.
{customer_refresh_token}
Identifier of the legal entity associated with the user session.
Customer's access token generated when the customer token is created.
Bearer {customer_access_token}
The request was successful. A refresh token is returned.
Logs in a customer and sends an authentication request. Returns two customer tokens: * Customer access token. * Customer SaaS token.
Name of the tenant.
Note: Name of the tenant is always written in lowercase.
{tenant}
Anonymous customer's access token.
Bearer {anonymous_access_token}
The request was successful. A customer token is returned.