/Institutions

Recipes
🌎
Get Institutions
Open Recipe

/Institutions allows retrieval of all available institutions and its details such as identifiers used by Flinks Connect and Flinks API while handling connections.

Each institution is can be identified by its Id, localized Name and Url, and it is segmented by Country.

The response is limited to a maximum of 1000 items, and the parameters skip, take and API response field Count must be used to control iterations.

📘

Recipe available!

An implementation example is available in our Recipes section.

Path Params
string
required
Defaults to toolbox

Name of the environment used (Sandbox as default).

string
required
Defaults to 43387ca6-0391-4c82-857d-70d95f087ecb

The instance key (sandbox key as default).

Query Params
int32
Defaults to 0

The number of records to skip. Range: [0-n] where n is a positive integer.

int32
Defaults to 10

The number of records to return. Range: [0-1000].

string

Return institutions filtered by country.

string

Return institutions filtered by routing numbers.

Response

Language
URL
Request
Choose an example:
application/json