{ "opencollection": "1.0.0", "info": { "name": "Postman API (Test Cases) Collections Environments API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "List environments used by test cases", "type": "http" }, "http": { "method": "GET", "url": "https://api.getpostman.com/environments" }, "docs": "List environments used by test cases" }, { "info": { "name": "Get an environment", "type": "http" }, "http": { "method": "GET", "url": "https://api.getpostman.com/environments/:environment_uid", "params": [ { "name": "environment_uid", "value": "", "type": "path" } ] }, "docs": "Get an environment" } ] } ], "bundled": true }