{ "opencollection": "1.0.0", "info": { "name": "Statsig Client SDK Audit Logs Initialization API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "statsig-api-key", "value": "{{statsig-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Initialization", "type": "folder" }, "items": [ { "info": { "name": "Initialize client SDK", "type": "http" }, "http": { "method": "POST", "url": "https://api.statsig.com/v1/initialize", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all evaluated gates, configs, experiments, and layers for a given user. This is the primary endpoint called during client SDK initialization. The response contains hashed entity names for security, and the client SDK decodes them locally. The response is optimized for client-side caching and includes a hash for detecting changes on subsequent requests." } ] } ], "bundled": true }