Inspect an access token to verify its validity and retrieve its metadata
HTTP Basic authentication using client_id:client_secret
The access token to introspect.
Token introspection result
Whether the token is currently active and valid.
true
Subject identifier — the user or client the token was issued to.
"your_userId"
The client ID associated with the token.
"your_client_id"
Unix timestamp indicating when the token expires.
1780000000
Unix timestamp indicating when the token was issued.
1779996400
Space-separated list of scopes granted to the token.
"Bearer"