Token Debugging
The token debug tool enables developers to check the Time to Live (TTL) and status (active/expired) for all tokens. For Authorization Code Flow (3-legged OAuth) tokens, permission scopes will be displayed. You can fetch access token data using the /token/debug endpoint or /token/permissions.
Debug a Token
Sample Request
Request Body
Field
Type
Description
token
string
Required. The string value of the token returned using Client Credential Flow or Authorization Code Flow
Sample Response
Check permissions
Sample Request
Request Body
Field
Type
Description
token
string
Required. The string value of the token returned using Client Credential Flow or Authorization Code Flow
Sample Response
Last updated