{ "opencollection": "1.0.0", "info": { "name": "Upvest Investment Account Transfers Portfolio Orders API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Portfolio Orders", "type": "folder" }, "items": [ { "info": { "name": "Upvest Place a portfolio order", "type": "http" }, "http": { "method": "POST", "url": "https://api.upvest.co/portfolios/:portfolio_id/orders", "params": [ { "name": "portfolio_id", "value": "", "type": "path", "description": "The unique identifier of the portfolio." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Place an order against a portfolio allocation. The order amount is distributed across the portfolio's instruments according to the target allocations." } ] } ], "bundled": true }