Open Banking
Get Open Banking Institutions
Fetch supported banking institutions for one or more countries. Supports two modes: browse mode (paginated list using count and offset) and search mode (filter by institution name using query). When query is provided, count and offset are not required.
POST
Authorizations
API key for authentication. Must be included in the x-api-key header.
Body
application/json
- Option 1
- Option 2
One or more ISO 3166-1 alpha-3 country codes to filter institutions by.
Example:
["IRL", "DEU"]Number of institutions to return per page. Min 1, max 500.
Required range:
1 <= x <= 500Example:
10
Zero-based pagination offset.
Required range:
x >= 0Example:
0
Response
Institutions retrieved successfully