{ "opencollection": "1.0.0", "info": { "name": "Confluent Cloud Kafka REST ACLs API Keys API", "version": "v3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "List API keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.confluent.cloud/iam/v2/api-keys" }, "docs": "List API keys" }, { "info": { "name": "Create an API key", "type": "http" }, "http": { "method": "POST", "url": "https://api.confluent.cloud/iam/v2/api-keys", "body": { "type": "json", "data": "{}" } }, "docs": "Create an API key" } ] } ], "bundled": true }