Get a list of all customers in the business
The API key to use for authentication
Search for a customer by name or phone number
"John Doe"
Cursor for pagination, representing the last item from the previous page
"eyJpZCI6IjEyMyJ9"
The number of customers to return (1-100)
1 <= x <= 100
10
Start date (inclusive) for filtering customers in ISO 8601 format
"2024-04-01T00:00:00.000Z"
End date (inclusive) for filtering customers in ISO 8601 format
"2024-04-30T23:59:59.999Z"
Sorting order as a tuple: [field, direction]. Available fields: id, name, phoneNumber, createdAt, lastActiveAt
2
elements["createdAt", "desc"]
List of all customers
The response is of type object
.