v1

latestOpenAPI 3.0.02026-08-061280285.2 KB
Campaign APIs

This endpoint lists all communications sent in a particular campaign

get/api/external/campaign/get-campaign-report

Query parameters

campaign_idstring

Campaign id you want to fetch.

Headers

RF-Api-Keystring

Response

Auto generated using Swagger Inspector

{"stackTrail":"paths:/api/external/campaign/get-campaign-report:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"data":{"total":{"bounced":0,"opened":0,"replied":0,"scheduled":0,"sent":0},"touchpoints":[]}}}

Example response

{
  "data": {
    "total": {
      "bounced": 0,
      "opened": 0,
      "replied": 0,
      "scheduled": 0,
      "sent": 0
    },
    "touchpoints": []
  }
}