Get campaign details
Get a single campaign with its sender, subject, template reference, targeting and delivery progress.
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.
API Token authentication
Profile uuid parameter
550e8400-e09b-41d4-a716-400055000000Campaign uuid parameter
550e8400-e09b-41d4-a716-400055000000Success response
550e8400-e29b-41d4-a716-446655440000Black Friday CampaignDon't miss our Black Friday deals!Marketing Teammarketing@example.comThe email template this campaign uses. The template title is not exposed.
2080cc86-e026-4f7b-9598-d4132f8c7c2fA fully sent campaign is publish. There is no sent, paused or archived status.
publishPossible values: campaignPossible values: Set only while the status is failed.
sending_limit_reachedWhether delivery time is picked per contact rather than sent to everyone at once.
falseWhether the campaign targets every contact instead of the listed segments.
falseSegments this campaign targets. Empty when it targets all contacts.
2080cc86-e026-4f7b-9598-d4132f8c7c2f2025-02-27T11:54:22Z2025-03-04T09:12:07Z2025-03-04T09:12:07Z2025-03-04T08:00:00ZUnauthenticated response
Error response
GET /api/reach/v1/profiles/{profileUuid}/campaigns/{campaignUuid} HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"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",
"is_smart_send": false,
"is_all_contacts": false,
"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"
}Last updated
Was this helpful?