---
title: "Get Institution by Routing Number"
method: GET
path: "/v3/{customerId}/BankingServices/Institutions/RoutingNumber/{routingNumber}"
tags: ["Connect"]
---

# Get Institution by Routing Number

`GET /v3/{customerId}/BankingServices/Institutions/RoutingNumber/{routingNumber}`

Returns the details of the institution corresponding to the routing number.

## Path parameters

- `customerId` string, required
- `routingNumber` string, required

## Response `200`

Success

- object
  - `Id` integer — Unique identifier for the institution.
  - `Localizations` object[] — Localized information for the institution.
    - `Language` string — Language code.
    - `Name` string — Localized name of the institution.
    - `Urls` object[] — URLs associated with the institution.
      - `Type` string — Type of URL.
      - `Url` string — The URL.
  - `Status` string — Status of the institution.
  - `Country` string — Country code.
  - `RoutingNumbers` string[] — List of all routing numbers associated with the institution.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/flinks/apis/flinks-api.md) · [All operations](https://skmtc.dev/flinks/apis/flinks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flinks/flinks-api/revisions/0983646f91b4/schema)
