---
title: "Get Institutions"
method: GET
path: "/institutions"
---

# Get Institutions

`GET /institutions`

## Query parameters

- `q` string — Search query
- `limit` string — Limit results
- `countryCode` 'AT' | 'BE' | 'BG' | 'HR' | 'CY' | 'CZ' | 'DK' | 'EE' | 'FI' | 'FR' | 'DE' | 'GR' | 'HU' | 'IS' | 'IE' | 'IT' | 'LV' | 'LI' | 'LT' | 'LU' | 'MT' | 'NL' | 'NO' | 'PL' | 'PT' | 'RO' | 'SK' | 'SI' | 'ES' | 'SE' | 'GB' | 'US' | 'CA', required — Country code

## Response `200`

Retrieve institutions

- InstitutionsSchema
  - `data` InstitutionSchema[], required
    - `id` string, required
    - `name` string, required
    - `logo` string, nullable, required
    - `available_history` number, nullable
    - `provider` 'teller' | 'plaid' | 'gocardless', required

## Other responses

- `400` — Returns an error

## Changes

- **2024-07-23** `1515e7c2644a` — 1 breaking, 1 warning
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `400`
  - removed the optional property `details` from the response with the `400` status
- **2024-07-23** `85b4f43c2bb3` — 2 info
  - added the optional property `details` to the response with the `400` status
  - added the required property `requestId` to the response with the `400` status
- **2024-07-16** `4d632ddf09ec` — 1 info
  - added the new enum value `CA` to the `query` request parameter `countryCode`
- **2024-07-12** `47bb326d0f17` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/midday-ai/apis/midday-engine-api/changes/institutions/get.md)

---

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