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.
Authorizations
Path Parameters
Response
Successful response
Opaque consumer access token these details describe.
Identifier of the client that owns the token.
True when the token is no longer valid, whether it lapsed on its own or was invalidated.
RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.
^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,3})?(Z|[+-](?:[01][0-9]|2[0-3]):[0-5][0-9])(\[[^\]]+\])?$"2025-10-24T02:00:00-07:00"
True when the token was explicitly invalidated (revoked), as opposed to expiring on its own. Detected when updated_at is later than expires_at.
Identifier of the person the token represents.
Permission scopes granted to the token.
Permission scopes granted to the token.
RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.
^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,3})?(Z|[+-](?:[01][0-9]|2[0-3]):[0-5][0-9])(\[[^\]]+\])?$"2025-10-24T02:00:00-07:00"
