Logo
ActiveCampaign Developer Relations API Documentation

Create a new Event (Name Only)

POST {{yourAccountUrl}}/api/3/eventTrackingEvents

 

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/eventTrackingEvents' -H 'Api-Token: yourApiKey' -d '{"eventTrackingEvent":{"name":"Event Name Here"}}'

ENDPOINTS