Skip to main content
POST
Introspect a token
Use introspection when a backend must explicitly verify that a token is active, know its scopes, or control its context before a sensitive operation.

Body

application/json
token
string
required
token_type_hint
enum<string>
Available options:
access_token,
refresh_token
client_id
string
client_secret
string

Response

200 - application/json

Resultat d'introspection