v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB
Reserved Campaigns

List reserved campaigns

List all reserved campaigns.

get/forecaster/reserved-campaign

Response

Normal response, containing a JSON object of existing reserved campaign IDs to their JSON representation.

object required

A map of reserved campaign IDs to their reserved campaign objects.

Example response

{
  "1234": {
    "id": 1234,
    "name": "Holiday Campaign 2025",
    "status": "reserved",
    "salesProbabilityWeight": 75,
    "advertiser": {
      "id": 10
    },
    "flights": [
      {
        "id": 5678,
        "priorityId": 221170,
        "rate": {
          "rateType": 2,
          "price": 5.5
        },
        "startDate": "2025-01-01T00:00:00.000",
        "timeZone": "UTC",
        "goalType": 1,
        "goalAmount": 1000000,
        "ads": [
          {
            "id": 9012,
            "adType": 4649
          }
        ]
      }
    ]
  }
}