{ "opencollection": "1.0.0", "info": { "name": "Chef Automate Channels Scans API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api-token", "value": "{{api-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Scans", "type": "folder" }, "items": [ { "info": { "name": "Create a compliance scan job", "type": "http" }, "http": { "method": "POST", "url": "https://{automate}/api/v0/compliance/scanner/jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Create a compliance scan job" } ] } ], "bundled": true }