---
title: "List Customers"
method: GET
path: "/tax/customers"
---

# List Customers

`GET /tax/customers`

Retrieve a paginated list of all customers. Deleted customers are not included.

## Query parameters

- `cursor` string

## Headers

- `X-API-Version` '2026-03-01', required

## Response `200`

List of customers

- CustomerListResponse
  - `customers` CustomerResponse[]
    - `id` string — The ID of the customer
    - `object` string — The type of object: `tax.customer`
    - `reference_customer_id` string — The ID of the customer in your system
    - `name` string — The name of the created customer
    - `email` string — The email of the created customer
    - `is_tax_exempt` boolean — If true, all `POST /tax/calculations` sold to this customer will return $0 in tax owed. The default value is `false`.
  - `has_more` boolean — Whether there are more customers to fetch
  - `last_customer_id` string — Use as cursor for next page

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.net/numeral-com/apis/numeral-api.md) · [All operations](https://skmtc.net/numeral-com/apis/numeral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/numeral-com/numeral-api/versions/f0af51c3f9b9/schema)
