Logo
ActiveCampaign Developer Relations API Documentation

Update Custom Field

PUT {{yourAccountUrl}}/api/3/fields/:fieldID

 

Body PARAM

Key Datatype Required Description 



HEADERS

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




RESPONSES

status





Curl
curl -X PUT '/api/3/fields/:fieldID' -H 'Api-Token: yourApiKey' -d '{"field":{"type":"textarea","title":"Title","descript":"Field description","perstag":"Personalized Tag","defval":"Defaut Value","show_in_list":1,"rows":2,"cols":2,"visible":1,"service":"google","ordernum":3}}'

ENDPOINTS