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