v9

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-071292691.1 MB
promotions

List promotions

Returns a paginated list of promotions scoped to the caller account.

get/api/v1/promotions

Query parameters

activeboolean
qstring
pagenumber
limitnumber
sortBystring
sortOrderstring

Response

Paginated list of promotions.

Example response

{
  "meta": {
    "total": 42,
    "pages": 3,
    "current_page": 1,
    "next_page": 2,
    "limit": 20
  }
}