v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
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.

object'list' required

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

data_ref'data' required

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

totalinteger required

Total number of promotion stacks.

Example response

{
  "data": [
    {
      "categories": [
        {
          "created_at": "2022-07-14T10:45:13.156Z",
          "updated_at": "2022-08-16T10:52:08.094Z"
        }
      ]
    }
  ]
}