Skip to main content
GET
Get member coupons

Authorizations

Authorization
string
header
required

Opaque Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Headers

memberId
string
required

The id of the member.

Query Parameters

campaignTypes
string[]

The specific types of coupons to return.

queryRedeemed
boolean
default:false

Specifies if the redeemed coupons are included.

preferredStore
string

The preferred store of the member.

storeId
string

The selected store to retrieve related available coupons.

chainId
string

The selected chain to retrieve related available coupons.

includePreview
boolean
default:false

Specifies if preview coupons should be returned.

includeBonus
boolean
default:false

Specifies if coupons with Bonus rewars are included.

Response

OK

coupons
object[]
required

All coupons that match the query. Never null, but can be empty.

activationLimits
object | null
Last modified on August 10, 2026