v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBCampaigns
Get a campaign version
Returns the version descriptor for the specified campaign version identifier. Includes the version's state, author, and timestamps. Use GET /v2/campaigns/{id}/version/{version} to retrieve the full campaign definition for that version.
get/v2/campaigns/{campaignId}/versions/{campaignVersion}
Path parameters
campaignIdstring required
campaignVersionstring required
Response
Successful response
Example response
{
"created_date": "2025-10-24T02:00:00-07:00",
"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",
"published_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"
}