Skip to main content
GET
Get token metadata by ID. Never returns the token value.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The token's lookup ID (the identifier portion of the token string).

Response

OK

API token metadata. Never includes the token value.

id
string
required

Globally unique lookup identifier (the first segment of the token string).

name
string
required

Human-readable display name for the token.

created_at
string<date-time>
required
last_used_at
string<date-time>

Timestamp of the last time this token was used for authentication.