cURL
curl --request GET \ --url https://api.zupy.com/api/v2/wallet/passes/ \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "<string>", "pass_type": "<string>", "platform": "<string>", "status": "<string>", "title": "<string>", "created_at": "2023-11-07T05:31:56Z" } ], "meta": { "cursor": "<string>", "has_next": true, "count": 123 } }
List all wallet passes (loyalty + coupon) issued to a specific customer.
API key for partner access via APISIX key-auth plugin
Customer KSUID
Show child attributes
Cursor-based pagination metadata matching envelope middleware output.