v25

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-23142234.7 KB

Get Institutions

get/institutions

Query parameters

qstring

Search query

Example:Swedbank
limitstring

Limit results

Example:50
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

Example:BE

Response

Retrieve institutions

Example response

{
  "data": [
    {
      "id": "9293961c-df93-4d6d-a2cc-fc3e353b2d10",
      "name": "Wells Fargo Bank",
      "logo": "https://cdn.midday.ai/institution/9293961c-df93-4d6d-a2cc-fc3e353b2d10.jpg",
      "available_history": 365,
      "provider": "teller"
    }
  ]
}