---
title: "List Provider Institutions"
method: GET
path: "/api/connections/{provider}/institutions"
tags: ["connections"]
---

# List Provider Institutions

`GET /api/connections/{provider}/institutions`

## Path parameters

- `provider` string, required

## Query parameters

- `country` string, nullable

## Headers

- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- InstitutionListResponse
  - `countries` string[], required
  - `institutions` InstitutionRead[], required
    - `name` string, required
    - `display_name` string, required
    - `country` string, required
    - `logo` string, nullable
    - `bic` string, nullable
    - `psu_types` string[]
    - `max_consent_days` integer, nullable
    - `max_history_days` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usesecuro/apis/securo.md) · [All operations](https://skmtc.dev/usesecuro/apis/securo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usesecuro/securo/revisions/1df3dfa0c028/schema)
