{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Live Monitoring API", "version": "1.0.0" }, "items": [ { "info": { "name": "Live Monitoring", "type": "folder" }, "items": [ { "info": { "name": "Get Live Meeting metrics categorized by Country", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/livemonitoring/liveMeetingsByCountry", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve live meeting metrics categorized by country for a specific meeting site or for all meeting sites owned by the customer. \n\nTo retrieve live monitoring information, you must use an administrator token with the `analytics:read_all` [scope](/docs/integrations#scopes). The authenticated user must be a read-only or full administrator of the organization to which the meeting belongs and must not be an external administrator.\n\nTo use this endpoint, the org needs to be licensed for the Webex Pro" } ] } ], "bundled": true }