Coupons
List all applied coupons
This endpoint is used to list all applied coupons. You can filter by coupon status and by customer.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Page number.
Example:
1
Number of records per page.
Example:
20
The status of the coupon. Can be either active
or terminated
.
Available options:
active
, terminated
Example:
"active"
The customer external unique identifier (provided by your own application)
Example:
"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"
Response
200
application/json
Applied Coupons
The response is of type object
.