Skip to main content
POST
/
cocart
/
jwt
/
validate-token
Error
A valid request URL is required to generate request examples
{
  "message": "Token is valid."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Token is valid

message
string
Example:

"Token is valid."