Logo
ActiveCampaign Developer Relations API Documentation

Update Account Note

PUT {{yourAccountUrl}}/api/3/accounts/:id/notes/:noteId

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X PUT '/api/3/accounts/:id/notes/:noteId' -d '{"note":{"note":"Update with more info"}}'

ENDPOINTS