List Customers
Retrieve a paginated list of customers with optional filtering and sorting
GET
Returns a paginated array of customer objects. Use query parameters to filter, sort, and paginate results.
Query Parameters
Maximum number of customers to return per page. Range: 1-100.Example:
50Number of records to skip for pagination.Example:
20Sort direction for results. Options:
asc, desc.Filter customers by email address (exact match).Example:
jane.doe@example.comFilter customers created after this ISO 8601 date.Example:
2024-01-01T00:00:00.000ZResponse
Array of customer objects.
Total number of customers matching the query.
Whether there are more results beyond the current page.