REST API
Predictable, resource-oriented endpoints to issue and update passes, manage members and read loyalty activity — JSON in, JSON out.
A REST API, scoped keys and signed webhooks to issue passes, read members and react to events from your own stack — no scraping, no workarounds.
What you get
Predictable, resource-oriented endpoints to issue and update passes, manage members and read loyalty activity — JSON in, JSON out.
Bearer keys with separate live and test environments. Keys are hashed at rest, show only a safe prefix, and can be revoked instantly.
Subscribe an endpoint to the events you care about. Each delivery is signed with a shared secret so you can verify it's really us.
React to scans, card installs, reward unlocks, tier changes and more — the same triggers that power automations, in your code.
Every webhook attempt is logged with its response, so debugging a failed delivery is a glance, not a guess.
Key telemetry (last used, IP), optional auto-expiry and soft-delete recovery — security that holds up in production.
Generate a live or test API key from your developer settings.
Issue a pass or read a member with a single authenticated request.
Point an endpoint at the events you want and verify the signature.
Wire the platform into your POS, CRM or product — and go live.
The REST API, webhooks and custom integrations are available on the Scale plan. See pricing for details.
Every request uses a bearer API key. Keys come in live and test environments, are hashed at rest, and can be revoked or set to auto-expire at any time.
Subscribe an endpoint to events like scans, card installs, reward unlocks and tier changes. Each delivery is signed so you can verify authenticity, and every attempt is logged.
Yes. Use a test-environment key to build and verify your integration without touching live customer data.
Read the API reference, grab a test key, and start building.