X-Api-Key: ********************curl --location --globoff 'https://api.leadfeeder.com/v1/campaigns?account_id=123456&page[num]=1&page[size]=20&include=campaign_summary%2Ccampaign_settings%2Ccampaign_locations%2Clist%2Ccustom_feed' \
--header 'X-Api-Key: <api-key>'{
"data": [
{
"type": "campaign",
"id": "1234",
"attributes": {
"name": "Q2 EMEA enterprise push",
"status": "running",
"start_date": "2026-05-01T00:00:00Z",
"end_date": "2026-08-01T00:00:00Z",
"location_type": "country",
"budget_type": "total",
"budget": 25000,
"total_budget": 25000,
"budget_spent": 4231.55,
"budget_left": 20768.45,
"currency": "EUR",
"can_be_started": true,
"targets_crm_open_opportunities": false,
"created_at": "2026-04-01T09:15:00Z",
"updated_at": "2026-05-10T12:00:00Z"
},
"relationships": {
"created_by": {
"id": "12345",
"type": "user"
},
"list": {
"id": "company_42",
"type": "list"
},
"custom_feed": {
"id": "feed-100",
"type": "custom_feed"
},
"campaign_settings": {
"id": "1234",
"type": "campaign_settings"
},
"campaign_summary": {
"id": "1234",
"type": "campaign_summary"
},
"campaign_locations": [
{
"id": "98765",
"type": "campaign_location"
}
]
}
},
{
"type": "campaign",
"id": "1233",
"attributes": {
"name": "Q1 DACH retargeting",
"status": "ended",
"start_date": "2026-01-15T00:00:00Z",
"end_date": "2026-03-31T00:00:00Z",
"location_type": "country",
"budget_type": "daily",
"budget": 200,
"total_budget": 15400,
"budget_spent": 15400,
"budget_left": 0,
"currency": "EUR",
"can_be_started": false,
"targets_crm_open_opportunities": false,
"created_at": "2026-01-10T08:00:00Z",
"updated_at": "2026-04-01T00:05:00Z"
},
"relationships": {
"created_by": {
"id": "12345",
"type": "user"
},
"list": {
"id": "company_77",
"type": "list"
},
"custom_feed": null,
"campaign_settings": {
"id": "1233",
"type": "campaign_settings"
},
"campaign_summary": {
"id": "1233",
"type": "campaign_summary"
},
"campaign_locations": [
{
"id": "11111",
"type": "campaign_location"
},
{
"id": "11112",
"type": "campaign_location"
}
]
}
}
],
"meta": {
"pagination": {
"page_num": 1,
"page_count": 1,
"total_count": 2
},
"request_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
}