Verify Token Endpoint
This endpoint is made for you to check the validity of your JWT token. This is not required to run the production app but to help you debug.
Verify the validity of a temporary token
POST
api/verify-token
This endpoint allows clients to test the validity of a JWT token generated by the api/token
endpoint.
Headers
Name
Value
Description
Content-Type
application/json
The content type returned.
Authorization
Bearer ACCESS_TOKEN
The ACCESS_TOKEN is the JWT token generated from the api/token
endpoint
Response
Last updated