v1
latestOpenAPI 3.0.02026-07-244074117.0 KBCustomers
List customers
Lists all customers using pagination. The list can be filtered with query params.
get/v4/customers
Query parameters
emailstring
When specified, only customers with given email are returned.
phonestring
E.164 format, When specified, only customers with given phone number are returned.
limitinteger
The maximum number of objects to list.
orderBystring[]
The object attribute(s) to sort by.
order'asc' | 'desc'
The direction to sort by, one of asc or desc.
beforeCursorstring
The cursor used to fetch the previous page of objects.
afterCursorstring
The cursor used to fetch the next page of objects.
Response
The paginated list of customers.