Skip to main content
GET
Get Pint Status

Authorizations

Authorization
string
header
required

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

Path Parameters

pint_id
string
required

Response

Successful Response

id
string
required

PINT SRI (e.g. sr:us:pint:abc123)

valid
boolean
required

Whether the PINT is currently active and not expired

reason
string | null

Null when valid; 'revoked' or 'expired' when invalid

revoked_at
integer | null

Epoch milliseconds when PINT was revoked (only present when revoked)