---
title: "List branches"
method: GET
path: "/api/business/{businessId}/branch"
tags: ["Branch"]
---

# List branches

`GET /api/business/{businessId}/branch`

Get a list of branches for the specified business id

## Path parameters

- `businessId` string, required

## Response `200`

Branches listed

- DataPagedModelBranchResponse
  - `_embedded` object
    - `branches` BranchResponse[]
      - `branchId` string
      - `name` string
      - `timeZone` string
      - `latitude` number
      - `longitude` number
      - `streetAddress1` string
      - `streetAddress2` string
      - `city` string
      - `state` string
      - `postalCode` string
      - `country` string
      - `currencyCode` string
      - `accountId` integer
  - `page` PageMetadata
    - `size` integer
    - `totalElements` integer
    - `totalPages` integer
    - `number` integer

## Other responses

- `400` — Bad Request
- `404` — Business with the specified id doesn't exist
- `429` — Request rate limit exceeded. Current limit set to 100 rps.
- `500` — Internal Server Error

---

[API](https://skmtc.net/phorest/apis/third-party-api.md) · [All operations](https://skmtc.net/phorest/apis/third-party-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phorest/third-party-api/versions/2218bc90d39c/schema)
