Logo
ActiveCampaign Developer Relations API Documentation

Retrieve all Customers

GET {{yourAccountUrl}}/api/3/ecomCustomers

https://developers.activecampaign.com/reference/list-all-customers

 

Body PARAM

Key Datatype Required Description 
filters[email]
null String: the customer's email address
filters[externalid]
null String: the external id assigned when customer was created
filters[connectionid]
null String: the connectionId of an existing store



HEADERS

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




RESPONSES

status





Curl
curl -X GET '/api/3/ecomCustomers?filters[email]=&filters[externalid]=&filters[connectionid]=' -H 'Api-Token: yourApiKey'

ENDPOINTS