API Reference · Customers

List customers

Returns a cursor-paginated list of customers, newest first.

GET/v1/customers

Supports cursor pagination and an `email` filter for exact-match lookups.

Query parameters

limitintegerdefault: 10

Max results.

Constraints: 1 <= limit <= 100

starting_afterstring

Cursor for the next page.

ending_beforestring

Cursor for the previous page.

emailstring

Filter to an exact email match.