List Institutions
List Institutions
Fetches a list of institutions, optionally filtered by name. Results are paginated.
URL
Request
Response
cursor
Cursor to fetch the next set of institutions. (You get this value from the previous call to /institutions
.)
featured
If true, returns only featured institutions.
default: false
limit
: integer
A limit on the number of institutions to be returned.
default: 50
name
If provided, returns only institutions containing this name (wholly or as a prefix).
example: Chase
X-Client-Id
: string
Your client ID.
example: live_dcc75c42eb6122127356
X-Client-Secret
: string
Your client secret
example: vzPznCv3kT7fHsAr6y3jk38d
Responses
200
Successful Response
institutions
: array
The list of institutions for this page.
cursors
: object
Pagination information.
429
Rate limit exceeded.
error_code
: string
default: "api_error.rate_limit_exceeded"
error_message
: string
Error message
default: "Rate limit exceeded"
documentation_url