{ "opencollection": "1.0.0", "info": { "name": "Statsig Client SDK Audit Logs Autotunes API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "statsig-api-key", "value": "{{statsig-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Autotunes", "type": "folder" }, "items": [ { "info": { "name": "List all autotunes", "type": "http" }, "http": { "method": "GET", "url": "https://api.statsig.com/v1/autotunes", "headers": [ { "name": "STATSIG-API-VERSION", "value": "" } ] }, "docs": "Retrieves a list of all autotune configurations in the project." }, { "info": { "name": "Create an autotune", "type": "http" }, "http": { "method": "POST", "url": "https://api.statsig.com/v1/autotunes", "headers": [ { "name": "STATSIG-API-VERSION", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new autotune configuration that automatically optimizes parameter values based on a target metric." } ] } ], "bundled": true }