---
title: "Get a list of business customers"
method: GET
path: "/customers"
tags: ["Customers"]
---

# Get a list of business customers

`GET /customers`

Get a list of business customers

## Query parameters

- `before` string — When paginating results, a pointer to an ID before which we want results
- `after` string — When paginating results, a pointer to an ID after which we want results
- `page_size` integer — The maximum number of items to return per page, defaults to 20

## Response `200`

Success

- object
  - `pagination` Pagination, required
    - `next` string
    - `previous` string
    - `page_size` integer
  - `data` Customer[], required
    - `id` string, required — Customer ID
    - `customer_name` string, required — Customer Name
    - `email` string — Customer Email
    - `phone` string — Customer Phone Number
    - `customer_tin` string, required — Customer Tax Identification Number (TIN)
    - `taxpayer_type` 'INDIVIDUAL' | 'BUSINESS', required — Taxpayer Type

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/digitax/apis/digitax-kenya-api-endpoints.md) · [All operations](https://skmtc.net/digitax/apis/digitax-kenya-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitax/digitax-kenya-api-endpoints/revisions/1fc0cdf61f70/schema)
