v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBAuthentication
Debug consumer access token
Returns metadata for a consumer (person) access token by value, including tokens that are expired or invalidated. Distinct from client access token debug (GET /v4/tokens/{token}/debug) and managed API tokens (/v4/tokens/managed). Requires a user access token with the CLIENT_ADMIN scope.
get/v2/consumers/{accessToken}/debug
Path parameters
accessTokenstring required
Response
Successful response
Example response
{
"expires_at": "2025-10-24T02:00:00-07:00",
"updated_at": "2025-10-24T02:00:00-07:00"
}