Skip to main content
GET
Retrieve a paginated list of all customers for your account. Deleted customers are not included.
Remember to include the X-API-Version: 2026-03-01 header in your request to use this API version.

Headers

string
required
Bearer token authentication.
string
required
Must be 2026-03-01.

Query Parameters

string
Pagination cursor from a previous response. Use the last_customer_id from the previous response.

Response

array
Array of customer objects.
boolean
Whether there are more customers to fetch.
string
The ID of the last customer in this response. Use as cursor for the next page.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Version
enum<string>
required
Available options:
2026-03-01

Query Parameters

cursor
string

Pagination cursor from previous response. Use the last_customer_id from the previous response.

Response

List of customers

customers
object[]
has_more
boolean

Whether there are more customers to fetch

last_customer_id
string

Use as cursor for next page