List all customers
Returns a paginated list of customers. Supports filtering by name, email, country,
date range, teammate, automation, product, and affiliate program. Leads can be
optionally included via the include_leads parameter.
Query Parameters
ascdescnameemailcountrycreated_atSearch by name, email, or other fields
Start date filter (ISO 8601 or unix timestamp)
End date filter (ISO 8601 or unix timestamp)
Whether to include leads in the results
Filter by assigned teammate UUID
Filter by automation UUID
Filter by product UUID
Filter by affiliate program UUID
Filter by affiliate program partner UUID
Filter by country codes
Responses
Customers listed successfully
Unix timestamp
Customer billing addresses
Only present on billing addresses
Only present on billing addresses
Only present on billing addresses
Additional custom billing fields for this address
Customer shipping addresses
Only present on billing addresses
Only present on billing addresses
Only present on billing addresses
Additional custom billing fields for this address
The currency of the mandate
gocardlessCustomer category label for segmentation
Validation or business-logic error.
| Code | Description |
|---|---|
1002 | A filter resource (teammate, automation, product, or affiliate program) was not found |
Unauthorized – invalid or missing Bearer token