Skip to main content
GET
/
v1
/
report
/
campaign
/report/campaign
curl --request GET \
  --url https://api.tagdeliver.com/v1/report/campaign \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "campaign_id": 32729473,
      "campaign_name": "example.com campaign",
      "start_date": "2024-07-31",
      "end_date": "2025-11-23",
      "publisher": "example.com",
      "status": "live"
    }
  ],
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
results
object[]
success
boolean