v1

latestOpenAPI 3.1.02026-07-2665153355.3 KB
Offers

post/offering/offer/get-offers

Query parameters

offerTypestring

Bundle, SpecialOffer, Popup

recordLimitnumber

Record limit (0-500). Defaults to 100 if not defined.

offsetnumber

Offset (non-negative value).

publisherOfferIdstring

To retrieve specific offers. If adding multiple, use ',' to separate.

Headers

x-publisher-tokenstring required

The publisher token

Response

Get all offers

totalCountnumber

Total number of offers in the Publisher Dashboard. If the offerType parameter is provided, this value reflects the total number of offers of that type. The count is not affected by the publisherOfferId parameter.

Example response

{
  "offers": [
    {
      "rewardCalendar": {
        "resetBehavior": "ToCalendarStart",
        "popupTrigger": "ShowAutomatically",
        "rewardCollectionBehavior": "ForcePlayerToCollect"
      }
    }
  ]
}