{ "opencollection": "1.0.0", "info": { "name": "Statsig Client SDK Audit Logs Keys API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "statsig-api-key", "value": "{{statsig-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Keys", "type": "folder" }, "items": [ { "info": { "name": "List all API keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.statsig.com/v1/keys", "headers": [ { "name": "STATSIG-API-VERSION", "value": "" } ] }, "docs": "Retrieves a list of all API keys in the project including server secret keys, client SDK keys, and console API keys." } ] } ], "bundled": true }