Introspect
Returns detailed information about the provided OAuth access token. Useful for token validation and introspection. The access token can be provided via authorization or a query string.
Headers
Query Parameters
The token string.
Response
OK: Returns token details.
Represents an OAuth 2 token with details about its scope, validity, and associated account.
The actual token string that is used for authorization in API requests.
The unique identifier of the account for which the token has been issued.
The unique identifier of the OAuth client for which the token has been issued.
Duration (in seconds) after which the token will expire.
The unique identifier of the organization for which the token has been issued.
An optional token that can be used to obtain a new access token once the current one expires. Not available for tokens minted with implicit grant flow.
List of permissions granted to the token, separated by commas.
The type of the access token.