List customer wallet platforms (iPhone / Android)
List where the customer has installed your company’s wallet passes — Apple Wallet (per-device list, since PassKit registers each iPhone) and Google Wallet (flat pass list, since Google syncs across devices server-side).
Use the response to decide whether to fire a push via POST /api/v2/wallet/notifications/, and to know if the push will reach the customer at all (empty arrays = pass never installed).
Multi-tenant: only passes belonging to your company are listed, even if the underlying user has cards from other partners.
Platform-tracking asymmetry
- Apple Wallet: every iPhone that adds the pass calls the PassKit Web Service to register itself + a push token. We surface a per-device list with
device_countandpass_count. - Google Wallet: Google manages cross-device sync server-side — we only know the pass is in the user’s Google Wallet account (one or more Android devices).
device_countis omitted for that reason.
Documentation Index
Fetch the complete documentation index at: https://docs.zupy.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Per-company partner API key (zupy_pk_…). Validated by Zupy against the company integration key hash (Story 14.x); send it on every request as the X-API-Key header. Scoped read-write to the owning company's data.
Path Parameters
Unique identifier for this customer.