Logo
ActiveCampaign Developer Relations API Documentation

Create List

POST {{yourAccountUrl}}/api/3/lists

 

Body PARAM

Key Datatype Required Description 



HEADERS

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




RESPONSES

status





Curl
curl -X POST '/api/3/lists' -H 'Api-Token: yourApiKey' -d '{"list":{"name":"Test List 1","stringid":"test-list-1","sender_url":"https://myhost.activehosted.com","sender_reminder":"This is a test.","user":1}}'

ENDPOINTS