Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Token is valid
Example:
"Token is valid."
Validate an existing JWT token
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Token is valid
"Token is valid."