Authorizations
The API key to use for authentication
Query Parameters
Search for a customer by name, email, phone number, or description
"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-12-01T00:00:00.000Z"
End date (inclusive) for filtering customers in ISO 8601 format
"2024-12-31T23:59:59.999Z"
The order in which to sort results. Defaults to 'desc'
. Use 'asc'
for ascending (oldest first) or 'desc'
for descending (newest first).
asc
, desc
"desc"
The field to sort results by. Defaults to 'createdAt'
. Supported fields include any sortable customer property.
createdAt
, name
, lastActiveAt
, countryCode
, email
, phoneNumber
, firstTransactionAt
, isActive
, isVerified
"createdAt"