{ "opencollection": "1.0.0", "info": { "name": "Statsig Client SDK Audit Logs Holdouts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "statsig-api-key", "value": "{{statsig-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Holdouts", "type": "folder" }, "items": [ { "info": { "name": "List all holdouts", "type": "http" }, "http": { "method": "GET", "url": "https://api.statsig.com/v1/holdouts", "headers": [ { "name": "STATSIG-API-VERSION", "value": "" } ] }, "docs": "Retrieves a list of all holdout groups in the project." }, { "info": { "name": "Create a holdout", "type": "http" }, "http": { "method": "POST", "url": "https://api.statsig.com/v1/holdouts", "headers": [ { "name": "STATSIG-API-VERSION", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new holdout group in the project for measuring long-term feature impact." } ] } ], "bundled": true }