REST API v1 is live for templates, passes, and events, with a typed Node SDK that handles retries, idempotency, and webhook verification.
Passmint is now programmable. API v1 exposes the whole pass lifecycle as plain REST resources: create templates, issue passes, void them, and read the event stream, all behind bearer-token auth.
Alongside it ships @passmint/node, the official SDK:
Idempotency-Key generated for you on every create, so network
blips never double-issue a passwebhooks.constructEvent verifies HMAC-SHA256 signatures before your
handler ever sees a payloadnpm install @passmint/nodeThe API reference and Node SDK guide cover every resource.
Free for 10 active passes. No card required.