Reach: Campaigns
Get campaign details
Get a single campaign with its sender, subject, template reference, targeting and delivery progress.
This describes how the campaign was set up and how far it has got. For opens, clicks and unsubscribes use the campaign statistics endpoint.
get/api/reach/v1/profiles/{profileUuid}/campaigns/{campaignUuid}
Path parameters
profileUuidstring required
Example:550e8400-e09b-41d4-a716-400055000000
Profile uuid parameter
campaignUuidstring required
Example:550e8400-e09b-41d4-a716-400055000000
Campaign uuid parameter
Response
Success response
Example response
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"title": "Black Friday Campaign",
"subject": "Don't miss our Black Friday deals!",
"sender_name": "Marketing Team",
"sender_email": "marketing@example.com",
"template_uuid": "2080cc86-e026-4f7b-9598-d4132f8c7c2f",
"status": "publish",
"type": "campaign",
"failure_reason": "sending_limit_reached",
"delivery": {
"total_sent": 100,
"estimated_total_recipients": 900,
"subscribers_count": 900
},
"segment_uuids": [
"2080cc86-e026-4f7b-9598-d4132f8c7c2f"
],
"created_at": "2025-02-27T11:54:22Z",
"updated_at": "2025-03-04T09:12:07Z",
"sent_at": "2025-03-04T09:12:07Z",
"scheduled_at": "2025-03-04T08:00:00Z"
}