{ "opencollection": "1.0.0", "info": { "name": "Upvest Investment Account Transfers Liquidations API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Liquidations", "type": "folder" }, "items": [ { "info": { "name": "Upvest List liquidations", "type": "http" }, "http": { "method": "GET", "url": "https://api.upvest.co/accounts/:account_id/liquidations", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the account." } ] }, "docs": "Retrieve liquidation operations for an account." }, { "info": { "name": "Upvest Create a liquidation", "type": "http" }, "http": { "method": "POST", "url": "https://api.upvest.co/accounts/:account_id/liquidations", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a full or partial liquidation of an account's holdings." } ] } ], "bundled": true }