List Customers
Customers
List Customers
Retrieve a paginated list of customers for a given organisation, with optional sorting and filtering parameters
GET
List Customers
Authorizations
Query Parameters
Page size. Defaults to 100. Minimum 1, maximum 100.
Required range:
1 <= x <= 100Page number (1-based). Defaults to 1.
Required range:
x >= 1Case-insensitive search over customer name, email, and reference.
Inclusive lower bound on created_at (RFC3339). When set, results are sorted by created_at.
Sort direction for the primary list key (created_at when since/until are set, otherwise id). Defaults to desc.
Available options:
asc, desc Filter by customer visit type.
Available options:
first-time, repeat Inclusive upper bound on created_at (RFC3339). When set, results are sorted by created_at.