Endpoint
GET
Authentication
This endpoint requires authentication using a Bearer token.Query Parameters
A case-sensitive filter on the list based on the customer’s
email field. The value must be a string. Takes precedence over externalId.A case-sensitive filter on the list based on the customer’s
externalId field. The value must be a string. Takes precedence over search.A search query to filter customers by email, externalId, or name. If
email or externalId is provided, this will be ignored.A filter on the list based on the customer’s
country field.A filter on the list based on the customer’s
linkId field (the referral link ID).Program ID to filter by.
Partner ID to filter by.
Whether to include expanded fields on the customer (
link, partner, discount).The field to sort the customers by.Options:
createdAt, saleAmount, firstSaleAt, subscriptionCanceledAtThe sort order.Options:
asc, descThe page number for pagination.
The number of items per page. Maximum: 100
Response
Returns an array of customer objects.The unique ID of the customer
Name of the customer
Email of the customer
Avatar URL of the customer
Unique identifier for the customer in the client’s app
The customer’s Stripe customer ID
Country of the customer
Total number of sales for the customer
Total amount of sales for the customer
The date the customer was created
The date the customer made their first sale
The date the customer canceled their subscription