List Customers
Customers
List Customers
List customers with full filter support, returning a paginated envelope.
Response shape: {items: [...], total: N, page: N, page_size: N}.
The total is computed BEFORE pagination so KPI counters can call with
page_size=1 to get a cheap count without loading all rows.
GET
List Customers
Query Parameters
If true, return only customers with no owner (owner_id IS NULL)
contains match
contains match
organic / affiliate / import / promo
contains match
Required range:
x >= 1Required range:
1 <= x <= 500Response
Successful Response