v1

latestOpenAPI 3.0.1Apache 2.02026-07-26401961.7 KB
Businesses

Get a list of business branches

get/branches

Response

Success

Example response

{
  "data": [
    {
      "id": "branch_01HC3J1VVVM05YCTS61G7V3KC6",
      "tax_pin": "P012345678P",
      "branch_office_name": "Head Office",
      "county_name": "Nairobi",
      "sub_county_name": "Westlands",
      "tax_locality_name": "CBD",
      "location_description": "1st Floor",
      "manager_name": "John Doe",
      "manager_email": "manager@email.com",
      "is_head_office": true,
      "business_id": "business_01JPAF3FHV3M85T2KVEDQQGFGJ"
    }
  ]
}