{ "opencollection": "1.0.0", "info": { "name": "GrowthBook REST AnalyticsExplorations code-references API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "code-references", "type": "folder" }, "items": [ { "info": { "name": "Get list of all code references for the current organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/code-refs", "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 list of all code references for the current organization" }, { "info": { "name": "Submit list of code references", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/code-refs", "params": [ { "name": "deleteMissing", "value": "", "type": "query", "description": "Whether to delete code references that are no longer present in the submitted data" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit list of code references" }, { "info": { "name": "Get list of code references for a single feature id", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/code-refs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the requested resource" } ] }, "docs": "Get list of code references for a single feature id" } ] } ], "bundled": true }