{ "opencollection": "1.0.0", "info": { "name": "Statsig Client SDK Audit Logs Configuration API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "statsig-api-key", "value": "{{statsig-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Download configuration specs", "type": "http" }, "http": { "method": "POST", "url": "https://api.statsig.com/v1/download_config_specs", "body": { "type": "json", "data": "{}" } }, "docs": "Downloads the full project configuration for server-side local evaluation. This endpoint is used by server SDKs to retrieve all gate, config, experiment, and layer definitions for evaluating locally without per-request network calls. This enables sub-millisecond feature gate checks." } ] } ], "bundled": true }