Skip to main content
GET
Returns a paginated array of customer objects. Use query parameters to filter, sort, and paginate results.

Query Parameters

integer
default:"20"
Maximum number of customers to return per page. Range: 1-100.Example: 50
integer
default:"0"
Number of records to skip for pagination.Example: 20
string
default:"desc"
Sort direction for results. Options: asc, desc.
string
Filter customers by email address (exact match).Example: jane.doe@example.com
string
Filter customers created after this ISO 8601 date.Example: 2024-01-01T00:00:00.000Z

Response

array
Array of customer objects.
integer
Total number of customers matching the query.
boolean
Whether there are more results beyond the current page.