Retrieve all Customers
GET {{yourAccountUrl}}/api/3/ecomCustomers
https://developers.activecampaign.com/reference/list-all-customers
Request Params
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 |