Customers
List Customers
Retrieve a paginated list of all customers
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
Bearer token authentication.
Must be
2026-03-01.Query Parameters
Pagination cursor from a previous response. Use the
last_customer_id from the previous response.Response
Array of customer objects.
Whether there are more customers to fetch.
The ID of the last customer in this response. Use as
cursor for the next page.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Available options:
2026-03-01 Query Parameters
Pagination cursor from previous response. Use the last_customer_id from the previous response.