Webex · Schema

License

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string A unique identifier for the license.
name string Name of the licensed feature.
totalUnits number Total number of license units allocated.
consumedUnits number Total number of license units consumed.
consumedByUsers number Total number of license units consumed by users.
consumedByWorkspaces number Total number of license units consumed by workspaces.
subscriptionId string The subscription ID associated with this license. This ID is used in other systems, such as Webex Control Hub.
siteUrl string The Webex Meetings site associated with this license.
siteType string The type of site associated with this license. * `Control Hub managed site` - The site is managed by Webex Control Hub. * `Linked site` - The site is a linked site. * `Site Admin managed site` - The s
View JSON Schema on GitHub

JSON Schema

webex-license-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/License",
  "title": "License",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0xJQ0VOU0UvOTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh",
      "description": "A unique identifier for the license."
    },
    "name": {
      "type": "string",
      "example": "Meeting - Webex Meeting Center",
      "description": "Name of the licensed feature."
    },
    "totalUnits": {
      "type": "number",
      "example": 50,
      "description": "Total number of license units allocated."
    },
    "consumedUnits": {
      "type": "number",
      "example": 5,
      "description": "Total number of license units consumed."
    },
    "consumedByUsers": {
      "type": "number",
      "example": 5,
      "description": "Total number of license units consumed by users."
    },
    "consumedByWorkspaces": {
      "type": "number",
      "description": "Total number of license units consumed by workspaces."
    },
    "subscriptionId": {
      "type": "string",
      "example": "Sub-hydraOct26a",
      "description": "The subscription ID associated with this license. This ID is used in other systems, such as Webex Control Hub."
    },
    "siteUrl": {
      "type": "string",
      "example": "site1-example.webex.com",
      "description": "The Webex Meetings site associated with this license."
    },
    "siteType": {
      "type": "string",
      "enum": [
        "Control Hub managed site",
        "Linked site",
        "Site Admin managed site"
      ],
      "description": "The type of site associated with this license.\n * `Control Hub managed site` - The site is managed by Webex Control Hub.\n * `Linked site` - The site is a linked site.\n * `Site Admin managed site` - The site is managed by Site Administration.\n"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-license"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.