List all Customers
GET/v1/customers
List all Customers
Request
Responses
- 200
- 400
A dictionary with a items property that contains an array of up to length Customers, starting after Customer start. Passing an optional email will result in filtering to Customers with only that exact email address. Each entry in the array is a separate Customer object. If no more Customers are available, the resulting array will be empty.
The request was unacceptable, often due to missing a required parameter.