Promotions
List Promotion Stacks in Campaign
This method enables you to list promotion stacks from a specified campaign.
get/v1/promotions/{campaignId}/stacks
Response
Returns a list of promotion stack objects.
Example response
{
"data": [
{
"categories": [
{
"created_at": "2022-07-14T10:45:13.156Z",
"updated_at": "2022-08-16T10:52:08.094Z"
}
]
}
]
}