{ "opencollection": "1.0.0", "info": { "name": "Vantor Hub Account Services Accounts Orders API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "List Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.maxar.com/admin/v1/orders", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List Orders" }, { "info": { "name": "Place Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.maxar.com/admin/v1/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Place Order" }, { "info": { "name": "Get Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.maxar.com/admin/v1/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path" } ] }, "docs": "Get Order" }, { "info": { "name": "Cancel Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.maxar.com/admin/v1/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path" } ] }, "docs": "Cancel Order" } ] } ], "bundled": true }