Create Account
POST {{yourAccountUrl}}/api/3/accounts
Request Body
{"account"=>{"name"=>"Example Account", "accountUrl"=>"https://www.example.com", "fields"=>[{"customFieldId"=>9, "fieldValue"=>"500-1000"}, {"customFieldId"=>20, "fieldValue"=>1234, "fieldCurrency"=>"GBP"}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | Your ActiveCampaign API Token |