Logo
ActiveCampaign Developer Relations API Documentation

Create a tag

POST {{yourAccountUrl}}/api/3/tags

 

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/tags' -H 'Api-Token: yourApiKey' -d '{"tag":{"tag":"tag3","tagType":"contact","description":"testing adding a tag using the API"}}'

ENDPOINTS