Introspection
GET/public-api/v1/auth/introspect
Token introspection allows resource servers or clients to verify the validity of an access token. This endpoint returns metadata associated with the token, such as scopes, expiration time, and client ID. Common Use Cases Checking if a token is active before processing a request Retrieving token metadata for audit or logging Determining the permissions associated with a token Ensuring revoked or expired tokens are not accepted
Request
Responses
- 200
- 401
- 500
Token introspection successful
Unauthorized – Invalid or missing token.
Internal Server Error