Skip to main content
GET
List customers
Required scope: customers:read Rate limit: 300 requests/minute

Pagination

Supports both cursor pagination (recommended) and page pagination (deprecated). The cursor shape wins if both are supplied. Both shapes apply the same in-process name match (capped at 1,000 candidate rows) and return identical row sets for the same search term.

Query parameters

Page shape (deprecated)

Use cursor pagination for new integrations – see Pagination.

Filters (both shapes)

Email and name fields are stored encrypted and matched via deterministic lookup hashes; substring matching on names happens in-process across at most 1,000 candidate rows. The same cap applies to cursor and page walks.

Response

Cursor shape:
Page shape (deprecated):
total_ltv is the sum of all voucher purchases attributed to this customer.

Examples