Validate access token
POST/api/auth/token/validate
Check whether an access token is valid and not expired. Token can be passed via x-access-token header or query parameter.
Request
Responses
- 200
- 401
- 403
Token is valid
Authentication credentials are missing or invalid
Authenticated but not authorized for this resource