Skip to main content
After a (PINT) is created via the token exchange, it becomes a managed resource in the SIS. You can list, inspect, and revoke Stamped Mandates, and query which JWTs have been issued against them. A Stamped Mandate is delivered over the API as a PINT (header x-sumvin-pint-token). The routes, query parameters, and response fields on this page use the PINT identifier verbatim.
Stamped Mandate lifecycle management is in early access, and the endpoints below are the contract they will ship with. Partners operating against them today can harden their revocation, listing, and inspection flows against the real launch shape — contact your account manager for sandbox access.

Stamped Mandate States

Stamped Mandates are never “consumed” — they remain active until they expire or are revoked, regardless of how many JWTs have been issued against them.

List Stamped Mandates

Query Stamped Mandates for a wallet with filtering and cursor-based pagination.

Query Parameters

Response

Access control: Wallet owner only.

Get Stamped Mandate Detail

Returns the full Stamped Mandate resource. Supports an expand parameter to inline related resources.

Response (with ?expand=tokens)

Access control: Wallet owner or authorised third-party caller.

Revoke a Stamped Mandate

Revokes a Stamped Mandate and invalidates all JWTs issued against it.
Returns 204 No Content on success. When a Stamped Mandate is revoked:
  • The mandate status transitions to revoked with a revoked_at timestamp
  • All JWTs issued against it are marked as revoked
  • The revocation check endpoint will return "valid": false for this mandate
  • Subsequent token exchange calls for this mandate return 409 Conflict
Access control: Wallet owner only.

List Issued Tokens

Lists all audience-scoped JWTs that have been issued against a Stamped Mandate.
Access control: Wallet owner only.