This documentation is currently under development. Certain sections are not yet complete and will be added shortly.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Internal

Internal platform endpoints used by The Wallet Crew infrastructure, the back-office, and the enrolment front-end. These are **not intended for external integrations**. They are documented here for transparency and for teams building white-label or embedded experiences on top of the platform.

Internal platform endpoints used by The Wallet Crew infrastructure, the back-office, and the enrolment front-end. These are not intended for external integrations. They are documented here for transparency and for teams building white-label or embedded experiences on top of the platform.

Admin

Back-office management endpoints. Used by the admin console to manage users, roles, permissions, and platform-level settings. Require elevated scopes (typically Global Administrator or Tenant Administrator).

CachedContent

Serves pre-rendered pass content (Apple .pkpass bundles, Google Wallet JWT payloads, download pages) from the platform cache. These endpoints are called by the Cinto SDK and by hosted download pages — not by API integrations.

Caching is transparent to API callers. Pass updates through the standard Pass API automatically invalidate the relevant cached entries.

Public

Unauthenticated or lightly authenticated endpoints that serve public-facing content: enrolment form assets, hosted download pages, and the /.well-known device-registration endpoints required by Apple Wallet for push notification delivery.

Receipt

Generates and serves digital receipts linked to a pass. Used in post-transaction flows where a receipt should be displayed or delivered alongside a wallet pass update.

Warmup

Platform health and warmup probes. Called by infrastructure on startup and by load balancers to verify that the service is ready to handle traffic. Returns a simple 200 OK when healthy.

A note on scope

Endpoints in this group require internal scopes that are not available to tenant API keys. If you are building an integration that seems to require access to one of these endpoints, there is usually a public API equivalent — check the Pass Management, Forms, or Tools groups first.

Further reading

Last updated