customers
List customers
Returns a paginated list of customers scoped to the caller account, with optional type and text search.
get/api/v1/customers
Query parameters
typestring
qstring
pagenumber
limitnumber
sortBystring
sortOrderstring
Response
Paginated list of customers.
Example response
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}