v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBCampaigns
Get a campaign summary
Returns a lightweight read-only summary of the specified campaign, including id, name, state, and dates.
get/v2/campaign-summaries/{campaignId}{version}
Path parameters
campaignIdstring required
versionstring required
Response
Successful response
Example response
{
"end_date": "2025-10-24T02:00:00-07:00",
"last_published_date": "2025-10-24T02:00:00-07:00",
"pause_date": "2025-10-24T02:00:00-07:00",
"start_date": "2025-10-24T02:00:00-07:00",
"stop_date": "2025-10-24T02:00:00-07:00",
"updated_date": "2025-10-24T02:00:00-07:00"
}