{ "opencollection": "1.0.0", "info": { "name": "GrowthBook REST AnalyticsExplorations organizations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "organizations", "type": "folder" }, "items": [ { "info": { "name": "Get all organizations (only for super admins on multi-org Enterprise Plan only)", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/organizations", "params": [ { "name": "search", "value": "", "type": "query", "description": "Search string to search organization names, owner emails, and external ids by" }, { "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 organizations (only for super admins on multi-org Enterprise Plan only)" }, { "info": { "name": "Create a single organization (only for super admins on multi-org Enterprise Plan only)", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/organizations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a single organization (only for super admins on multi-org Enterprise Plan only)" }, { "info": { "name": "Edit a single organization (only for super admins on multi-org Enterprise Plan only)", "type": "http" }, "http": { "method": "PUT", "url": "https://api.growthbook.io/api/v1/organizations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit a single organization (only for super admins on multi-org Enterprise Plan only)" } ] } ], "bundled": true }