{ "opencollection": "1.0.0", "info": { "name": "Confluent Cloud REST API (selected) API Keys API", "version": "2.0.0" }, "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", "params": [ { "name": "spec.owner", "value": "", "type": "query" }, { "name": "spec.resource", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "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" }, { "info": { "name": "Get an API key", "type": "http" }, "http": { "method": "GET", "url": "https://api.confluent.cloud/iam/v2/api-keys/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an API key" }, { "info": { "name": "Delete an API key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.confluent.cloud/iam/v2/api-keys/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an API key" } ] } ], "bundled": true }