{ "opencollection": "1.0.0", "info": { "name": "Qargo TMS API / Accounting API / Task API", "version": "1.2.0" }, "items": [ { "info": { "name": "API / Task", "type": "folder" }, "items": [ { "info": { "name": "List Available Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://api.qargo.com/v1/tasks/available-tasks", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List Available Tasks" }, { "info": { "name": "Get Task Detail", "type": "http" }, "http": { "method": "GET", "url": "https://api.qargo.com/v1/tasks/task/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Task Detail" }, { "info": { "name": "Update Task Status", "type": "http" }, "http": { "method": "POST", "url": "https://api.qargo.com/v1/tasks/task/:id/update-status", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Task Status" } ] } ], "bundled": true }