Introspect the bearer session token
Session Tokens
Introspect the bearer session token
Returns the scope of the session token presented in the Authorization: Bearer end_sess_* header.
GET
Introspect the bearer session token
Authorizations
Use Authorization: Bearer end_sess_* for V2 browser session tokens (e.g. end_sess_AbCd_example_token).
Response
200 - application/json
Session token scope.
Chip identifier for the tapped chip.
Pattern:
^[0-9A-Fa-f]{10}$Example:
"ABCDEF0123"
Unit identifier — the resource this token authorizes action on (claim, transfer, etc.).
Example:
"7f8a3c10-1111-4111-8111-111111111111"
Example:
"99887766-aabb-4ccd-8eef-001122334455"
ISO-8601 UTC timestamp. Informational — Redis TTL is authoritative.
Example:
"2026-05-12T12:44:56.000Z"

