List Coupons
Coupons
List Coupons
Retrieve a list of all coupons with optional filtering and pagination.
GET
List Coupons
Query Parameters
Page number for pagination
Number of coupons per page (max 100)
Filter coupons by status. Available values:
active, inactiveSearch coupons by code or name
Filter by discount type. Valid values:
percent, fixed_amountFilter coupons with a discount value greater than or equal to this amount
Filter coupons with a discount value less than or equal to this amount
Filter coupons whose
active_from date is on or after this date (YYYY-MM-DD)Filter coupons whose
active_to date is on or before this date (YYYY-MM-DD)Field to sort results by. Valid values:
id, code, discount_value, active_from, active_to, created_atSort direction. Valid values:
ASC, DESC