Cisco Control Hub website screenshot

Cisco Control Hub

Cisco Control Hub is the administration console for Webex services. Programmatic access is delivered through the Webex Admin and adjacent REST APIs at webexapis.com — covering people, organizations, locations, workspaces, devices, licenses, calling configuration, audit events, and analytics reports. Authentication uses OAuth 2.0 access tokens or service-app tokens scoped to the organization.

9 APIs 0 Features
AdministrationCallingCollaborationCommunicationsDevice ManagementIdentity ManagementLicensesReportingWebex

APIs

Webex Admin API

Manage users, licenses, organization settings, and admin audit events for a Webex organization.

Webex Calling API

Manage Webex Calling features, phone numbers, dial plans, voice portals, and other organization-wide voice settings.

Webex Devices API

Manage Webex Room and Desk Devices, MPP phones, and headsets; query device status and push configuration.

Webex Workspaces API

Manage physical and virtual workspaces, meeting rooms, and shared-mode devices.

Webex People API

Manage user profiles, status, presence, and directory information.

Webex Organizations API

Inspect and manage Webex organization metadata and global settings.

Webex Licenses API

List and assign Webex licenses and subscription entitlements to users.

Webex Locations API

Manage geographic locations used by Webex Calling for emergency services routing, time zones, and number assignments.

Webex Reports API

Generate and download analytics and usage reports for Webex services.

Collections

Pricing Plans

Rate Limits

Cisco Control Hub Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Cisco Control Hub Context

0 classes · 7 properties

JSON-LD

API Governance Rules

Cisco Control Hub API Rules

8 rules · 3 errors 4 warnings 1 info

SPECTRAL

Resources

🌐
Portal
Portal
🌐
Console
Console
🔑
Authentication
Authentication
🔗
RateLimits
RateLimits
🟢
StatusPage
StatusPage
💬
Support
Support
📄
ChangeLog
ChangeLog
👥
GitHubOrganization
GitHubOrganization
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
JSONLD
JSONLD
🔗
Spectral
Spectral

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Cisco Webex Control Hub Admin API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: AdminAuditEvents
    type: folder
  items:
  - info:
      name: List admin audit events for the organization
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/adminAuditEvents
      params:
      - name: orgId
        value: ''
        type: query
      - name: from
        value: ''
        type: query
      - name: to
        value: ''
        type: query
      - name: actorId
        value: ''
        type: query
      - name: max
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: eventCategories
        value: ''
        type: query
      - name: eventCategoryOperationTypes
        value: ''
        type: query
    docs: List admin audit events for the organization
- 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
- info:
    name: People
    type: folder
  items:
  - info:
      name: List people
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/people
      params:
      - name: email
        value: ''
        type: query
      - name: displayName
        value: ''
        type: query
      - name: id
        value: ''
        type: query
      - name: orgId
        value: ''
        type: query
      - name: max
        value: ''
        type: query
      - name: showAllTypes
        value: ''
        type: query
    docs: List people
  - info:
      name: Create a person
      type: http
    http:
      method: POST
      url: https://webexapis.com/v1/people
      body:
        type: json
        data: '{}'
    docs: Create a person
  - info:
      name: Get person details
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/people/:personId
      params:
      - name: personId
        value: ''
        type: path
    docs: Get person details
  - info:
      name: Update a person
      type: http
    http:
      method: PUT
      url: https://webexapis.com/v1/people/:personId
      params:
      - name: personId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a person
  - info:
      name: Delete a person
      type: http
    http:
      method: DELETE
      url: https://webexapis.com/v1/people/:personId
      params:
      - name: personId
        value: ''
        type: path
    docs: Delete a person
- info:
    name: Licenses
    type: folder
  items:
  - info:
      name: List licenses
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/licenses
      params:
      - name: orgId
        value: ''
        type: query
    docs: List licenses
  - info:
      name: Get license details
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/licenses/:licenseId
      params:
      - name: licenseId
        value: ''
        type: path
    docs: Get license details
- info:
    name: Locations
    type: folder
  items:
  - info:
      name: List locations
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/locations
      params:
      - name: name
        value: ''
        type: query
      - name: orgId
        value: ''
        type: query
      - name: max
        value: ''
        type: query
    docs: List locations
  - info:
      name: Create a location
      type: http
    http:
      method: POST
      url: https://webexapis.com/v1/locations
      body:
        type: json
        data: '{}'
    docs: Create a location
  - info:
      name: Get location details
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/locations/:locationId
      params:
      - name: locationId
        value: ''
        type: path
    docs: Get location details
  - info:
      name: Update a location
      type: http
    http:
      method: PUT
      url: https://webexapis.com/v1/locations/:locationId
      params:
      - name: locationId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a location
- info:
    name: Workspaces
    type: folder
  items:
  - info:
      name: List workspaces
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/workspaces
      params:
      - name: orgId
        value: ''
        type: query
      - name: locationId
        value: ''
        type: query
      - name: max
        value: ''
        type: query
    docs: List workspaces
- info:
    name: Devices
    type: folder
  items:
  - info:
      name: List devices
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/devices
      params:
      - name: orgId
        value: ''
        type: query
      - name: personId
        value: ''
        type: query
      - name: workspaceId
        value: ''
        type: query
      - name: max
        value: ''
        type: query
    docs: List devices
bundled: true