Skip to main content
GET
Get Pint Detail Sis

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

Query Parameters

expand
string[]
Allowed value: "tokens"

Response

Successful Response

HAL-style hypermedia links for navigation and available actions.

pint
PintDetailData · object
required

PINT resource details.

tokens
PintTokenIssuanceEntry · object[] | null

JWT token issuances. Populated when ?expand=tokens is requested.

transactions
PintTransactionData · object[] | null

Transactions linked to this PINT. Populated when ?expand=transactions is requested.

agent_tasks
PintAgentTaskData · object[] | null

Agent tasks linked to this PINT. Populated when ?expand=agent_tasks is requested.