Get Institution
Get Institution
Fetches details about a single institution.
URL
Request
Response
institution_id
: string
required
The institution ID to fetch.
example: chase
Responses
200
Institution found
institution_id
: string
MoneyKit's unique ID for this institution.
example: chase
institution_id_aliases
: array
Alternative institution IDs that point to this institution that can be used for lookup.
example: bf6856b2-0460-4e1e-b837-8dd9c1338bc1
example: ins_56
name
: string
The name of the institution.
example: Chase
country
: string
An enumeration.
US
GB
CA
example: US
Allowed values:
"US"
"GB"
"CA"
domain
: string
The domain of the institution's user-facing website.
example: chase.com
color
: string
The primary color of this institution, represented as hexcode.
example: #0A89FF
color_dark
: string
The dark-mode primary color of this institution, represented as hexcode.
example: #0A89FF
is_featured
: boolean
True for institutions that should be visually promoted to the end-user.
404
Institution not found
error_code
: string
institution_error.not_found
default: "institution_error.not_found"
Allowed values:
"institution_error.not_found"
error_message
: string
default: "Institution not found"
documentation_url
: string
429
Rate limit exceeded.
error_code
: string
api_error.rate_limit_exceeded
default: "api_error.rate_limit_exceeded"
Allowed values:
"api_error.rate_limit_exceeded"
error_message
: string
Error message
default: "Rate limit exceeded"
documentation_url
: string