Skip to main content

Introspect Token

POST 

/introspect

The introspection endpoint allows to check if a token (both refresh and access) is active or not. An active token is neither expired nor revoked. If a token is active, additional information on the token will be included. Please note that this endpoint does require authorization by a client_id and client_secret combination. The client_secret must be submitted as a Bearer token.

Request

Responses

OK