List customers
Customer
List customers
Returns a paginated list of customers in your organization.
Supports optional case-insensitive substring filters on name
and email. When both filters are provided, only customers
matching both are returned. Results are scoped to the
authenticated organization.
GET
List customers
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
1-indexed page number for pagination.
Required range:
x >= 1Example:
1
Number of results per page.
Required range:
x >= 1Example:
25
Case-insensitive substring filter applied to the customer's name.
Example:
"claudio"
Case-insensitive substring filter applied to any of the customer's email addresses.
Example:
"example.com"
