---
title: "Retrieve bank branches"
method: GET
path: "/banks/{id}/branches"
tags: ["Banks"]
---

# Retrieve bank branches

`GET /banks/{id}/branches`

Retrieve branches by bank id

## Path parameters

- `id` string, required — The Bank's unique ID.

## Headers

- `X-Trace-Id` string

## Response `200`

OK

- object
  - `status` 'success' | 'failed'
  - `message` string
  - `data` Branch[]
    - `id` string, string — The bank branch ID.
    - `code` string — The bank code.
    - `name` string — The bank name.
    - `swift_code` string — The SWIFT code for the bank.
    - `bic` string — The Bank Identification Code (BIC).

## Other responses

- `400` — Bad request
- `401` — Unauthorised request
- `403` — Forbidden

---

[API](https://skmtc.net/flutterwave/apis/flutterwave-apis.md) · [All operations](https://skmtc.net/flutterwave/apis/flutterwave-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flutterwave/flutterwave-apis/revisions/6014190df2e9/schema)
