{ "opencollection": "1.0.0", "info": { "name": "Cisco Webex Control Hub Admin AdminAuditEvents Organizations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://webexapis.com/v1/organizations", "params": [ { "name": "max", "value": "", "type": "query" } ] }, "docs": "List organizations" }, { "info": { "name": "Get organization details", "type": "http" }, "http": { "method": "GET", "url": "https://webexapis.com/v1/organizations/:orgId", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "Get organization details" }, { "info": { "name": "Delete an organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://webexapis.com/v1/organizations/:orgId", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "Delete an organization" } ] } ], "bundled": true }