List customers

Get a list of customers for the organization

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Query parameters

limitintegerOptional1-100Defaults to 10
offsetintegerOptional
namestringOptional>=1 character

Search by customer name (case-insensitive, matches anywhere in the name).

statusenumOptional

Filter by customer status. churned: customers marked as churned. active: everyone else.

Allowed values:
creationStateenumOptional

Filter by creation state: draft or active.

Allowed values:
createdAtFromstringOptional

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.

createdAtTostringOptional

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.

externalIdstringOptional>=1 character

Filter by your external customer ID (exact match).

Response

200
datalist of objects
paginationobject

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error