{ "opencollection": "1.0.0", "info": { "name": "GrowthBook REST AnalyticsExplorations environments API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "environments", "type": "folder" }, "items": [ { "info": { "name": "Get the organization's environments", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/environments" }, "docs": "Get the organization's environments" }, { "info": { "name": "Create a new environment", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/environments", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new environment" }, { "info": { "name": "Update an environment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.growthbook.io/api/v1/environments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an environment" }, { "info": { "name": "Deletes a single environment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.growthbook.io/api/v1/environments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the requested resource" } ] }, "docs": "Deletes a single environment" } ] } ], "bundled": true }