List Institutions
List Institutions
Fetches a list of institutions, optionally filtered by name. Results are paginated.
URL
Request
Response
cursor
: string
Cursor to fetch the next set of institutions. (You get this value from the previous call to /institutions
.)
featured
: boolean
If true, returns only featured institutions.
default: false
limit
: integer
A limit on the number of institutions to be returned.
default: 50
name
: string
If provided, returns only institutions containing this name (wholly or as a prefix).
example: Chase
Responses
200
Successful Response
institutions
: array
The list of institutions for this page.
cursors
: object
Pagination information.
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