Skip to main content
GET

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer

Page number.

Example:

1

per_page
integer

Number of records per page.

Example:

20

status
enum<string>

The status of the coupon. Can be either active or terminated.

Available options:
active,
terminated
Example:

"active"

external_customer_id
string

The customer external unique identifier (provided by your own application)

Example:

"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"

coupon_code[]
string[]

The code of the coupon applied to the customer. Use it to filter applied coupons by their code.

Example:

Response

Applied Coupons

applied_coupons
object[]
required
meta
object
required