{ "opencollection": "1.0.0", "info": { "name": "Confluent Cloud REST API (selected) API Keys Organizations API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations the caller can access", "type": "http" }, "http": { "method": "GET", "url": "https://api.confluent.cloud/org/v2/organizations", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List organizations the caller can access" }, { "info": { "name": "Get an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.confluent.cloud/org/v2/organizations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an organization" } ] } ], "bundled": true }