Skip to main content

Nexus API

Search institutions

This endpoint will return a list of institutions which can be filtered. Responses are paginated. A list of all supported institutions can be obtained by sending a request with only the name parameter and setting the value to an empty string. If you cache this list, you must update the cached version at least once each day. We recommend you use this endpoint rather than the deprecated list institutions endpoint to get updated information about institutions.

POST
/institutions/search

Query Parameters

FieldRequiredType

iso_country_code

An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include US, CA, and MX (Mexico).

Optional
Array

page

Results are returned in paginated sets, this is the page of the results you would like to view. Defaults to page 1 if no page is specified.

Optional
String

records_per_age

List from 10 to 1000 to determine how many records per page will be used.

Optional
String

Request Body

FieldRequiredType

institution

Required
InstitutionRequest
Loading...