List customers
Returns a paginated list of customers. Supports filtering by email, status, and external ID.
Authentication
AuthorizationBearer
Use a secret key (sk_test_* or sk_live_*) for full read/write access, or a public key (pk_test_* or pk_live_*) for read-only access.
Query parameters
limit
Maximum number of items to return (1-100).
offset
Number of items to skip before returning results.
email
Filter customers by email address (partial match).
status
Filter by customer status.
Allowed values:
external_id
Filter by your application's external identifier.
Response
A paginated list of customers
data
pagination
Errors
401
Unauthorized Error