Authentication
Verify Token
Verifies the validity of a JWT (JSON Web Token) authentication token.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Data needed for verifying authN and authZ.
The body is of type object
.
Response
200
application/json
Successful token verification.
The response is of type object
.