{ "opencollection": "1.0.0", "info": { "name": "GrowthBook REST AnalyticsExplorations experiments API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "experiments", "type": "folder" }, "items": [ { "info": { "name": "Get all experiments", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/experiments", "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)" }, { "name": "projectId", "value": "", "type": "query", "description": "Filter by project id" }, { "name": "datasourceId", "value": "", "type": "query", "description": "Filter by Data Source" }, { "name": "trackingKey", "value": "", "type": "query", "description": "Filter by experiment tracking key" }, { "name": "experimentId", "value": "", "type": "query", "description": "Filter the returned list by the experiment tracking key (not the internal experiment ID). Note, this was deprecated to help reduce confusion, consider using `trackingKey` instead, which is functionally identical. You cannot use both params at the same time." }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "Get all experiments" }, { "info": { "name": "Create a single experiment", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/experiments", "body": { "type": "json", "data": "{}" } }, "docs": "Create a single experiment" }, { "info": { "name": "Get a single experiment", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/experiments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the requested resource" } ] }, "docs": "Get a single experiment" }, { "info": { "name": "Update a single experiment", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/experiments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a single experiment" }, { "info": { "name": "Get results for an experiment", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/experiments/:id/results", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the requested resource" }, { "name": "phase", "value": "", "type": "query" }, { "name": "dimension", "value": "", "type": "query" } ] }, "docs": "Get results for an experiment" }, { "info": { "name": "Start an experiment", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/experiments/:id/start", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Start an experiment" }, { "info": { "name": "Stop an experiment", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/experiments/:id/stop", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Stop an experiment" }, { "info": { "name": "Modify temporary rollout status for a stopped experiment", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/experiments/:id/modify-temporary-rollout", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify temporary rollout status for a stopped experiment" }, { "info": { "name": "Create Experiment Snapshot", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/experiments/:id/snapshot", "params": [ { "name": "id", "value": "", "type": "path", "description": "The experiment id of the experiment to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Experiment Snapshot" }, { "info": { "name": "Upload a variation screenshot", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/experiments/:id/variation/:variationId/screenshot/upload", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "variationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upload a variation screenshot" }, { "info": { "name": "Delete a variation screenshot", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.growthbook.io/api/v1/experiments/:id/variation/:variationId/screenshot", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "variationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a variation screenshot" }, { "info": { "name": "Get a list of experiments with names and ids", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/experiment-names", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "Filter by project id" } ] }, "docs": "Get a list of experiments with names and ids" } ] } ], "bundled": true }