{ "opencollection": "1.0.0", "info": { "name": "GrowthBook REST AnalyticsExplorations Teams API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "Get a single team", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/teams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a single team" }, { "info": { "name": "Update a single team", "type": "http" }, "http": { "method": "PUT", "url": "https://api.growthbook.io/api/v1/teams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a single team" }, { "info": { "name": "Delete a single team", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.growthbook.io/api/v1/teams/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "deleteMembers", "value": "", "type": "query", "description": "When 'true', enables deleting a team that contains members" } ] }, "docs": "Delete a single team" }, { "info": { "name": "Get all teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/teams" }, "docs": "Get all teams" }, { "info": { "name": "Create a single team", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/teams", "body": { "type": "json", "data": "{}" } }, "docs": "Create a single team" }, { "info": { "name": "Add members to team", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/teams/:id/members", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add members to team" }, { "info": { "name": "Remove members from team", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.growthbook.io/api/v1/teams/:id/members", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove members from team" } ] } ], "bundled": true }