Skip to main content
GET
Introspect the bearer session token

Authorizations

Authorization
string
header
required

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_id
string
required

Chip identifier for the tapped chip.

Pattern: ^[0-9A-Fa-f]{10}$
Example:

"ABCDEF0123"

unit_id
string<uuid>
required

Unit identifier — the resource this token authorizes action on (claim, transfer, etc.).

Example:

"7f8a3c10-1111-4111-8111-111111111111"

organization_id
string<uuid>
required
Example:

"99887766-aabb-4ccd-8eef-001122334455"

expires_at
string<date-time>
required

ISO-8601 UTC timestamp. Informational — Redis TTL is authoritative.

Example:

"2026-05-12T12:44:56.000Z"