Introspect access token
Authentication
Introspect Access Token
Inspect an access token to verify its validity and retrieve its metadata
POST
Introspect access token
Authorizations
HTTP Basic authentication using client_id:client_secret
Body
application/x-www-form-urlencoded
The access token to introspect.
Response
200 - application/json
Token introspection result
Whether the token is currently active and valid.
Example:
true
Subject identifier — the user or client the token was issued to.
Example:
"your_userId"
The client ID associated with the token.
Example:
"your_client_id"
Unix timestamp indicating when the token expires.
Example:
1780000000
Unix timestamp indicating when the token was issued.
Example:
1779996400
Space-separated list of scopes granted to the token.
Example:
"Bearer"