{ "opencollection": "1.0.0", "info": { "name": "WarpStream Management ACLs API Keys API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "warpstream-api-key", "value": "{{warpstream-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "List API Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.warpstream.com/api/v1/list_api_keys" }, "docs": "Returns all API keys belonging to the same workspace as the authenticating key." }, { "info": { "name": "Create API Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.warpstream.com/api/v1/create_api_key", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new API key with specified access grants." } ] } ], "bundled": true }