cURL
curl --request POST \ --url https://api.zupy.com/api/v2/wallet/passes/coupons/ \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "customer_id": "<string>", "coupon_id": "<string>", "platform": "apple" } '
{ "data": { "id": "<string>", "pass_url": "<string>", "platform": "<string>", "coupon_title": "<string>", "expiry_date": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" }, "meta": { "cursor": "<string>", "has_next": true, "count": 123 } }
Generate an Apple/Google wallet pass for a redeemed coupon.
API key for partner access via APISIX key-auth plugin
Coupon pass generation request parameters.
27
apple
google
Coupon pass generation result with pass URL and status.
Show child attributes
Cursor-based pagination metadata matching envelope middleware output.