List issued coupons
List issued coupons (RewardRedemption instances) for the company — both loyalty-reward redemptions (origin_type=loyalty_reward, customer spent points) and marketing claims (origin_type=marketing, no points spent). Filter by status, customer_id, origin_type, reward_id, or coupon code.
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.
Query Parameters
Pagination cursor value from previous response.
Number of results to return per page.
Filter by status: active | used | expired | cancelled.
Restrict to one customer (LoyaltyUser id).
Coupon provenance: loyalty_reward | marketing.
loyalty_reward, marketing Restrict to coupons issued from one reward.
Exact coupon_code lookup (case-insensitive).