Validate an Authentication Token
GET/auth/token
This endpoint allows clients to validate an existing authentication token. When a token is sent, the system checks whether it is still valid and trusted. On success, it returns a JSON response with token details (claims). If the token is invalid, expired, or malformed, a structured error is returned.
Request
Responses
- 200
- 401
- 500
OK
Unauthorized
Internal Server Error