{ "opencollection": "1.0.0", "info": { "name": "GrowthBook REST AnalyticsExplorations saved-groups API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "saved-groups", "type": "folder" }, "items": [ { "info": { "name": "Get all saved group", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/saved-groups", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The number of items to return" }, { "name": "offset", "value": "", "type": "query", "description": "How many items to skip (use in conjunction with limit for pagination)" } ] }, "docs": "Get all saved group" }, { "info": { "name": "Create a single saved group", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/saved-groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a single saved group" }, { "info": { "name": "Get a single saved group", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/saved-groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the requested resource" } ] }, "docs": "Get a single saved group" }, { "info": { "name": "Partially update a single saved group", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/saved-groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update a single saved group" }, { "info": { "name": "Deletes a single saved group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.growthbook.io/api/v1/saved-groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the requested resource" } ] }, "docs": "Deletes a single saved group" } ] } ], "bundled": true }