List customers
GET/v1/customers
List your company's customers. Narrow the results with the name, email and city filters (substring match), order with sort (e.g. sort=fullName.asc), and page with limit/offset. The response total is the full match count so you can page deterministically. Requires the read:customers scope.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Filterable, sortable, paginated list of customers.
invalid_sort
invalid_api_key
insufficient_scope
db_error