Logo
ActiveCampaign Developer Relations API Documentation

Get Campaigns

GET {{yourAccountUrl}}/api/3/campaigns

 

Body PARAM

Key Datatype Required Description 
orders[sdate]
string Order campaigns by send date
orders[ldate]
string Order campaigns by last send date
filters[seriesid]
number Integer - Filter to return the campaigns from the targeted automationId/seriesIds



HEADERS

Key Datatype Required Description 
Api-Token
string Your ActiveCampaign API Token




RESPONSES

status





Curl
curl -X GET '/api/3/campaigns?orders[sdate]=ASC&orders[ldate]=ASC&filters[seriesid]=44' -H 'Api-Token: yourApiKey'

ENDPOINTS