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

# Get a list of business branches

`GET /branches`

## Response `200`

Success

- object
  - `data` Branch[], required
    - `id` string
    - `tax_pin` string, required — Branch KRA PIN
    - `branch_office_id` string, required — Branch Office ID
    - `branch_office_name` string, required — Branch Office Name
    - `branch_status_code` string, required — Branch Status Code
    - `county_name` string, required — County Name
    - `sub_county_name` string, required — Sub County Name
    - `tax_locality_name` string, required — Tax Locality Name
    - `location_description` string, required — Location Description
    - `manager_name` string, required — Manager Name
    - `manager_contact` string, required — Manager Contact
    - `manager_email` string, required — Manager Email
    - `is_head_office` boolean — Is Head Office
    - `business_id` string, required — Business ID

## 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)
