Coupons
List all applied coupons
This endpoint is used to list all applied coupons. You can filter by coupon status and by customer.
GET
/
applied_coupons
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
page
integer
Page number.
per_page
integer
Number of records per page.
status
enum<string>
The status of the coupon. Can be either active
or terminated
.
Available options:
active
, terminated
external_customer_id
string
The customer external unique identifier (provided by your own application)
Response
200 - application/json
applied_coupons
object[]
requiredmeta
object
requiredWas this page helpful?