{ "opencollection": "1.0.0", "info": { "name": "Upvest Investment Account Transfers Executions API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Executions", "type": "folder" }, "items": [ { "info": { "name": "Upvest List order executions", "type": "http" }, "http": { "method": "GET", "url": "https://api.upvest.co/orders/:order_id/executions", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "The unique identifier of the order." } ] }, "docs": "Retrieve execution details for a specific order. Each execution represents a fill against the order." } ] } ], "bundled": true }