{ "opencollection": "1.0.0", "info": { "name": "Unified.to account environment API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "environment", "type": "folder" }, "items": [ { "info": { "name": "Returns All Environments", "type": "http" }, "http": { "method": "GET", "url": "https://api.unified.to/unified/environment", "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Returns All Environments" }, { "info": { "name": "Create New Environments", "type": "http" }, "http": { "method": "POST", "url": "https://api.unified.to/unified/environment", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Create New Environments" }, { "info": { "name": "Remove an Environment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.unified.to/unified/environment/:env", "params": [ { "name": "env", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Remove an Environment" } ] } ], "bundled": true }