{ "opencollection": "1.0.0", "info": { "name": "FireHydrant REST Audits Environments API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "List environments", "type": "http" }, "http": { "method": "GET", "url": "https://api.firehydrant.io/v1/environments" }, "docs": "List environments" }, { "info": { "name": "Create an environment", "type": "http" }, "http": { "method": "POST", "url": "https://api.firehydrant.io/v1/environments", "body": { "type": "json", "data": "{}" } }, "docs": "Create an environment" }, { "info": { "name": "Retrieve an environment", "type": "http" }, "http": { "method": "GET", "url": "https://api.firehydrant.io/v1/environments/:environment_id", "params": [ { "name": "environment_id", "value": "", "type": "path" } ] }, "docs": "Retrieve an environment" } ] } ], "bundled": true }