Skip to main content

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

Token introspection successful