This endpoint is used to list all applied coupons. You can filter by coupon status and by customer.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Page number.
1
Number of records per page.
20
The status of the coupon. Can be either active
or terminated
.
active
, terminated
"active"
The customer external unique identifier (provided by your own application)
"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"
The code of the coupon applied to the customer. Use it to filter applied coupons by their code.
["BLACK_FRIDAY_2024", "CHRISTMAS_2024"]
Applied Coupons
The response is of type object
.