Retrieve a list of all coupons
Documentation Index
Fetch the complete documentation index at: https://docs.partnero.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 15 | Number of results per page (1-250) |
page | integer | 1 | Page number for pagination |
| Field | Type | Description |
|---|---|---|
data[].name | string | Customer-facing coupon name |
data[].uuid_code | string | Unique coupon identifier |
data[].active | boolean | Whether coupon is active |
data[].coupon_discount_type | string | percent or static |
data[].coupon_discount_amount | number | Discount amount or percentage |
data[].coupon_duration_type | string | once, hours, days, months, years, lifetime |
data[].coupon_duration_value | integer | Duration value |
data[].promotion_codes | object | Associated promotion codes |
data[].metadata | object | Custom key-value pairs |
data[].times_redeemed | integer | Total number of redemptions |
data[].additional_info | object | Internal data, including a redemptions log when redemptions are recorded via the API |