v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
Promotions

Get Promotion Stack

This method returns the details of a promotion stack, including the promotion tiers grouped within the stack.

get/v1/promotions/{campaignId}/stacks/{stackId}

Response

Returns a stack object if valid identifiers were provided in the path.

namestring required

Promotion stack name.

idstring required

Unique promotion stack ID.

created_atstring date-time required

Timestamp representing the date and time when the promotion stack was created. The value is shown in the ISO 8601 format.

updated_atstring date-time

Timestamp representing the date and time when the promotion stack was updated. The value is shown in the ISO 8601 format.

campaign_idstring required

Promotion stack's parent campaign's unique ID.

object'promotion_stack' required

The type of the object represented by JSON.

category_idstring nullable required

Promotion stack category ID.

Example response

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