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.
Documentation Index
Fetch the complete documentation index at: https://dev.nickel.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1-indexed page number for pagination.
x >= 11
Number of results per page.
x >= 125
Case-insensitive substring filter applied to the customer's name.
"claudio"
Case-insensitive substring filter applied to any of the customer's email addresses.
"example.com"