Skip to main content
POST
Send push notification via wallet pass

Authorizations

X-API-Key
string
header
required

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.

Body

Wallet push notification request parameters.

customer_id
string
required
Maximum string length: 27
type
enum<string>
required
  • points_update - Points Update
  • coupon_available - Coupon Available
  • program_update - Program Update
Available options:
points_update,
coupon_available,
program_update
message
string
required
Maximum string length: 500

Response

Wallet push notification result with notification ID and delivery status.

notification_id
string
required
status
string
default:queued