{ "opencollection": "1.0.0", "info": { "name": "Upvest Investment Account Transfers Withdrawals API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Withdrawals", "type": "folder" }, "items": [ { "info": { "name": "Upvest List withdrawals", "type": "http" }, "http": { "method": "GET", "url": "https://api.upvest.co/withdrawals", "params": [ { "name": "offset", "value": "", "type": "query", "description": "The number of items to skip for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return per page." } ] }, "docs": "Retrieve a list of cash withdrawals." }, { "info": { "name": "Upvest Create a withdrawal", "type": "http" }, "http": { "method": "POST", "url": "https://api.upvest.co/withdrawals", "body": { "type": "json", "data": "{}" } }, "docs": "Process a cash withdrawal from an investment account to a linked reference account." } ] } ], "bundled": true }