List customers
GET/customers
Returns a paged list of customers.
When external_id is provided, the response will be a 303 See Other redirect to the specific
customer resource if a match is found, or a 404 Not Found if no match exists.
When email is provided, the response will be a filtered list of customers with that email
address (which may be empty if no match is found).
Request
Responses
- 200
- 303
- 404
The request has succeeded.
Redirection
Response Headers
location
The Location header contains the URL where the status of the long running operation can be checked.
The server cannot find the requested resource.