Skip to main content

List all Customers

GET 

/v1/customers

List all Customers

Request

Responses

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.