Webex · Schema

SubscriptionResponseEnhanced

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Subscription ID.
name string Client-defined string naming the subscription.
description string Client-defined string describing the subscription.
eventTypes array Types of events to which the subscription will listen.
destinationUrl string URL to which webhooks will be posted. Must be HTTPS on an IANA-listed top-level domain name (e.g. .com) with a path (at least /). No query parameters, userinfo, non-443 ports, or fragments allowed. We
createdTime integer Time when subscription was created (epoch milliseconds).
createdBy string Email address of the user who created the subscription.
status string Status of the subscription. Can be "active" or "inactive". The system may change the status to "inactive" in error scenarios.
lastUpdatedTime integer Time when the subscription was last updated (epoch milliseconds).
lastUpdatedBy string Email address of the user who updated the subscription most recently.
resourceVersion string Version of the resource.
View JSON Schema on GitHub

JSON Schema

webex-subscriptionresponseenhanced-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubscriptionResponseEnhanced",
  "title": "SubscriptionResponseEnhanced",
  "required": [
    "createdBy",
    "createdTime",
    "destinationUrl",
    "eventTypes",
    "id",
    "lastUpdatedBy",
    "lastUpdatedTime",
    "name",
    "resourceVersion",
    "status"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Subscription ID.",
      "format": "uuid",
      "example": "41e92806-331d-4802-bc12-674f92d4a6f7"
    },
    "name": {
      "maxLength": 64,
      "minLength": 4,
      "type": "string",
      "description": "Client-defined string naming the subscription.",
      "example": "My Integration's Subscription"
    },
    "description": {
      "maxLength": 1024,
      "type": "string",
      "description": "Client-defined string describing the subscription.",
      "example": "The subscription my integration uses to synchronize with WxCC"
    },
    "eventTypes": {
      "maxItems": 32,
      "minItems": 1,
      "type": "array",
      "description": "Types of events to which the subscription will listen.",
      "example": [
        "agent:login",
        "agent:logout"
      ],
      "items": {
        "type": "string"
      }
    },
    "destinationUrl": {
      "type": "string",
      "description": "URL to which webhooks will be posted. Must be HTTPS on an IANA-listed top-level domain name (e.g. .com) with a path (at least /). No query parameters, userinfo, non-443 ports, or fragments allowed. We do not treat this field as sensitive data, so do not use secrets in this URL such as tokens or API keys.",
      "format": "uri",
      "example": "https://www.cisco.com/"
    },
    "createdTime": {
      "type": "integer",
      "description": "Time when subscription was created (epoch milliseconds).",
      "format": "int64",
      "example": 1591702170000
    },
    "createdBy": {
      "type": "string",
      "description": "Email address of the user who created the subscription.",
      "format": "email",
      "example": "example@example.com"
    },
    "status": {
      "type": "string",
      "description": "Status of the subscription. Can be \"active\" or \"inactive\". The system may change the status to \"inactive\" in error scenarios.",
      "example": "active",
      "enum": [
        "active",
        "inactive"
      ]
    },
    "lastUpdatedTime": {
      "type": "integer",
      "description": "Time when the subscription was last updated (epoch milliseconds).",
      "format": "int64",
      "example": 1591702170000
    },
    "lastUpdatedBy": {
      "type": "string",
      "description": "Email address of the user who updated the subscription most recently.",
      "format": "email",
      "example": "example@example.com"
    },
    "resourceVersion": {
      "maxLength": 50,
      "minLength": 1,
      "type": "string",
      "description": "Version of the resource.",
      "example": "agent:1.0.0"
    }
  }
}

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-subscriptionresponseenhanced"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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