Skip to main content
GET
/
v0
/
bank-linking
/
institutions
Get Institutions
curl --request GET \
  --url https://api.sumvin.com/v0/bank-linking/institutions
{
  "_links": {},
  "institutions": [
    {
      "id": "<string>",
      "name": "<string>",
      "country_codes": [
        "<string>"
      ],
      "products": [
        "<string>"
      ],
      "logo_url": "<string>",
      "url": "<string>"
    }
  ],
  "total": 123
}

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

x-sumvin-token
string | null
x-juno-jwt
string | null

Query Parameters

region
string | null
products
string[] | null
search
string | null

Response

Successful Response

HAL-style hypermedia links for navigation and available actions.

institutions
InstitutionData · object[]
required
total
integer
required