Check the validity of a token
POST/api/internal/v1/devauth/tokens/verify
Besides the basic validity check, checks the token expiration time and user-initiated token revocation. Services which intend to use it should be correctly set up in the gateway's configuration.
Request
Responses
- 200
- 400
- 401
- 403
- 500
- 503
The token is valid.
Invalid Request.
Unauthorized.
The user is not permitted to access the resource.
Internal Server Error.
Service is unavailable.