Logo
ActiveCampaign Developer Relations API Documentation

Tags

Number of APIs: 5


1. List all tags

GET {{yourAccountUrl}}/api/3/tags



2. Create a tag

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



3. Update a tag

PUT {{yourAccountUrl}}/api/3/tags/:tagId



4. Delete a tag

DELETE {{yourAccountUrl}}/api/3/tags/:tagId



5. Add a tag to a contact

POST {{yourAccountUrl}}/api/3/contactTags



ENDPOINTS