v1
latestOpenAPI 3.0.1MIT2026-07-26286592.7 KBList Customers
Retrieve a paginated list of all customers. Deleted customers are not included.
get/tax/customers
Query parameters
cursorstring
Pagination cursor from previous response. Use the last_customer_id from the previous response.
Headers
X-API-Version'2026-03-01' required
Response
List of customers
Example response
{
"customers": [
{
"id": "cust_123456789",
"object": "tax.customer",
"reference_customer_id": "20506",
"name": "Customer Name",
"email": "customer@example.com",
"is_tax_exempt": true
}
]
}