{ "opencollection": "1.0.0", "info": { "name": "Upvest Investment Account Transfers Reference Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Reference Accounts", "type": "folder" }, "items": [ { "info": { "name": "Upvest List reference accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.upvest.co/accounts/:account_id/reference_accounts", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the account." } ] }, "docs": "Retrieve linked reference bank accounts for an investment account." } ] } ], "bundled": true }