Logo
ActiveCampaign Developer Relations API Documentation

Create Account

POST {{yourAccountUrl}}/api/3/accounts

 

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/accounts' -H 'Api-Token: yourApiKey' -d '{"account":{"name":"Example Account","accountUrl":"https://www.example.com","fields":[{"customFieldId":9,"fieldValue":"500-1000"},{"customFieldId":20,"fieldValue":1234,"fieldCurrency":"GBP"}]}}'

ENDPOINTS