List Customers
Lists customers with cursor pagination and optional filters. Pass start_cursor: "" (or omit) for the first page; use next_cursor from a prior response for subsequent pages.
Body Parameters
Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
Opaque pagination cursor. Empty string (default) requests the first page; use next_cursor from a prior response for subsequent pages.
Number of items to return. Default 50, hard ceiling 5000.
1 <= x <= 5000Filter by plan ID and version. Returns customers with active subscriptions to this plan.
Filter by customer product status. Defaults to active and scheduled.
active, scheduled Search customers by id, name, or email.
Filter by customer processor type (stripe, revenuecat, vercel).
stripe, revenuecat, vercel