{ "opencollection": "1.0.0", "info": { "name": "Fin.com Authentication Balances API", "version": "1.0.0" }, "items": [ { "info": { "name": "Balances", "type": "folder" }, "items": [ { "info": { "name": "Fetch Prefunded Balance", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.fin.com/v1/wallet/balances", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve the current prefunded wallet balances" } ] } ], "bundled": true }