- Retrieve coupon redemptions
Coupon restriction types
Redeem a coupon
Retrieve a coupon redemption
Cancel a coupon redemption
Retrieve coupons
Create a coupon
Retrieve a coupon
Upsert a coupon
Specify a coupon expiration time
Coupon application removed
Coupon applied
Coupon expiration modified
Coupon expired
Coupon issued
Coupon modified
Coupon redeemed
Coupon redemption canceled
Retrieve coupon redemptio...
Retrieves a list of coupon redemptions.
Security
SecretApiKey or JWT
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/coupons-redemptions
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/coupons-redemptions
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/coupons-redemptions
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/coupons-redemptions?limit=1000&offset=1000&filter=string&q=string&sort=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of coupon redemptions retrieved.
Array []
ID of the customer resource.
Example:"cus_0YV7DDSDD1C8DA64KHH2W33CPF"
Additional coupon redemption restrictions.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Response
- discounts-per-redemption
- maximum-order-amount
- minimum-order-amount
- paid-by-time
- restrict-to-invoices
- restrict-to-plans
- restrict-to-products
- restrict-to-subscriptions
[ { "id": "cpn_rdm_01HXC82EEPW6YD3MPWJY7151VR", "couponId": "cpn_0YVCNKF81GD778N4YNVGDJK558", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "additionalRestrictions": [ … ], "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "canceledTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]