---
title: "Get a business customer"
method: GET
path: "/customers/{customer_id}"
tags: ["Customers"]
---

# Get a business customer

`GET /customers/{customer_id}`

Retrieves information about a customer given their ID on DigiTax

## Path parameters

- `customer_id` string, required — Customer ID on DigiTax

## Response `200`

Success

- Customer
  - `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)
