v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Retrieve Whatsapp Campaign history

This will give you detailed information about the delivery flow of the message.

get/tracking/campaign/{campaignTrackingId}/history

Path parameters

campaignTrackingIdstring required

Headers

Authorizationstring required

Bearer {access_token}

Response

200

trackingIdstring

Example response

{
  "trackingId": "62d4a3cc-6f32-4ba2-b99a-b661fb27fdd5",
  "history": [
    {
      "date": "2019-05-17T09:45:00Z",
      "status": "message-accepted"
    }
  ]
}