Skip to main content
GET
List Promotion Stacks in Campaign

Authorizations

X-App-Id
string
header
required
X-App-Token
string
header
required

Path Parameters

campaignId
string
required

Unique campaign ID.

Example:

"camp_rRsfatlwN7unSeUIJDCYedal"

Response

200 - application/json

Returns a list of promotion stack objects.

Response body schema for GET v1/promotions/stacks and for GET v1/promotions/{campaignId}/stacks.

object
enum<string>
default:list
required

The type of the object represented by JSON. This object stores information about promotion stacks in a dictionary.

Available options:
list
data_ref
enum<string>
default:data
required

Identifies the name of the attribute that contains the array of promotion stack objects.

Available options:
data
data
Promotion Stack Base · object[]
required

Contains array of promotion stack objects.

total
integer
required

Total number of promotion stacks.

Required range: x >= 0
Last modified on April 15, 2026