List customers
Authentication
Query parameters
Search by customer name (case-insensitive, matches anywhere in the name).
Filter by customer status. churned: customers marked as churned. active: everyone else.
Filter by creation state: draft or active.
Only customers created on or after this date. Accepts an ISO 8601 date or date-time. Date-only values (e.g. 2026-06-30) are treated as UTC; date-times without an explicit timezone offset are ambiguous, so include one (e.g. 2026-06-30T00:00:00-05:00) when precision matters.
Only customers created on or before this date. Accepts an ISO 8601 date or date-time. Date-only values (e.g. 2026-06-30) are treated as UTC; date-times without an explicit timezone offset are ambiguous, so include one (e.g. 2026-06-30T00:00:00-05:00) when precision matters.
Filter by your external customer ID (exact match).