Returns all bank accounts in a single list. This endpoint does not support filtering or pagination, so it is primarily useful for syncing accounts into an external system or custom frontend.
cURL
curl --request GET \ --url https://app.fintoro.sk/api/public/v1/bank-accounts \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 201, "bankId": 1, "bank": { "id": 23, "name": "Tatra Banka", "swift": "TATRSKBX" }, "isPrimary": true, "autoPaymentMatching": true, "name": "Main account", "iban": "SK3111000000001234567890", "swift": "TATRSKBX", "autoPairingStrategy": "by_variable_symbol", "balance": 1234.56, "lastSyncedAt": "2026-03-01 10:15:16", "openBankingValidUntil": "2026-04-30", "createdAt": "2026-03-03 12:00:00", "updatedAt": "2026-03-03 15:45:00" } ] }
Bearer token created for a specific company in Integrations → API.
Bank account list.
List of all bank accounts.
Show child attributes