---
title: "Get Institutions"
method: GET
path: "/v3/{customerId}/BankingServices/Institutions"
tags: ["Connect"]
---

# Get Institutions

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

Retrieve all available institutions and their details.

## Path parameters

- `customerId` string, required

## Query parameters

- `skip` integer
- `take` integer
- `countries` string
- `routingNumbers` string

## Headers

- `x-api-key` string

## Response `200`

Result

- object
  - `Data` object[]
    - `Id` integer — Unique identifier for the institution.
    - `Localizations` object[] — Localized information for the institution.
      - `Language` string
      - `Name` string
      - `Urls` object[]
        - `Type` string
        - `Url` string
    - `Status` string — Status of the institution.
    - `Country` string — Country code.
  - `Count` integer — Total count of institutions matching the query.

---

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