{ "opencollection": "1.0.0", "info": { "name": "Couchbase Analytics Service REST Allowed CIDRs Organizations API", "version": "7.6" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8095/v4/organizations" }, "docs": "Returns the list of organizations the authenticated API key has access to." }, { "info": { "name": "Get organization details", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8095/v4/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The UUID of the organization" } ] }, "docs": "Returns detailed information about a specific organization." } ] } ], "bundled": true }