{ "opencollection": "1.0.0", "info": { "name": "Chef Automate Channels Environments API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api-token", "value": "{{api-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "List environments", "type": "http" }, "http": { "method": "GET", "url": "https://{automate}/api/v0/environments" }, "docs": "List environments" } ] } ], "bundled": true }