get https://{instance}-api.private.fin.ag/v3/{customerId}/BankingServices/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.