List customers
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
1-based page number. Defaults to 1.
Exact match on your own identifier for the customer — returns 0 or 1 rows (the alias is unique within your company).
Exact email match. Email is NOT a customer identity — every customer sharing the address returns.
Phone in any parseable format; canonicalized to E.164 before matching. A malformed value returns 400.
Response
Total row count after server-side filtering — drives total-page math.
1-based page number that produced items.
Page size honored by the server (may be a clamp of the requested value).