get https://api.sikoia.com/v2///bankaccounts
Returns a list of all bank accounts for an entity.
Provides a comprehensive list of all bank accounts associated with an entity. This includes accounts connected through open banking or for which bank statements have been uploaded.
This list includes the account_connection_id for each account, which can be used to retrieve more detailed data from the following endpoints:
GET /v2/bankaccounts/{account_connection_id}
GET /v2/bankaccounts/{account_connection_id}/balances
*GET /v2/bankaccounts/{account_connection_id}/transactions
Recipes
🏛️
Retrieve Banking Data
Open Recipe