This documentation is a Work in Progress. There maybe content unfinished. Feedback is welcome.
{ "message": "Token is valid." }
Validate an existing JWT token
cURL
curl --request POST \ --url {protocol}://{host}/cocart/jwt/validate-token \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Token is valid
The response is of type object.
object
Was this page helpful?