Cisco Webex Meetings website screenshot

Cisco Webex Meetings

Cisco Webex Meetings is the meetings-focused subset of the Webex collaboration platform, providing scheduling, hosting, recording, transcription, and meeting administration capabilities through the Webex REST API. Authentication uses OAuth 2.0 access tokens, personal access tokens, or service apps and all endpoints respond with JSON. The legacy XML API remains available for deep integrations and enterprise scenarios that pre-date the REST surface.

10 APIs 0 Features
CollaborationCommunicationsEnterpriseMeetingsVideo Conferencing

APIs

Webex Meetings API

The Webex Meetings API enables scheduling, updating, deleting, and listing of Webex meetings. Endpoints support recurring meetings, meeting templates, and host delegation. Authe...

Webex Meeting Invitees API

Manage invitee lists for scheduled Webex meetings. Endpoints support adding, updating, and removing meeting invitees and bulk-inviting attendees by email.

Webex Meeting Participants API

List and update participants in active or completed Webex meetings. Supports admin-mute, lobby admit, and participant removal operations during in-progress meetings.

Webex Meeting Preferences API

Manage host meeting preferences including personal room URLs, audio defaults, scheduling templates, and site preferences.

Webex Recordings API

List and manage meeting recordings. Provides access to recording details, download links, and metadata, with separate endpoints for admin and compliance officer access.

Webex Meeting Transcripts API

Retrieve and manage meeting transcripts including download endpoints for VTT and TXT transcript formats. Supports compliance officer access for governance workflows.

Webex Meeting Q and A API

Retrieve questions and answers from Webex meetings and webinars for engagement reporting and post-event follow-up workflows.

Webex Meeting Polls API

Retrieve polls and poll responses from Webex meetings and webinars for engagement analytics and post-event reporting.

Webex Meeting Chats API

Retrieve chat transcripts from completed Webex meetings for compliance and post-meeting reporting.

Webex XML API

The Webex XML API is the legacy SOAP-style interface for deep integration with Webex Meetings. It supports site administration, user provisioning, and meeting management for sce...

Collections

Pricing Plans

Rate Limits

Cisco Webex Meetings Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Cisco Webex Meetings Context

18 classes · 0 properties

JSON-LD

API Governance Rules

Cisco Webex Meetings API Rules

5 rules · 2 errors 3 warnings

SPECTRAL

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
📦
SDKs
SDKs
🔗
Webhooks
Webhooks
🔗
RateLimits
RateLimits
📄
ChangeLog
ChangeLog
🟢
StatusPage
StatusPage
💬
Support
Support
📰
Blog
Blog
🔗
Community
Community
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
JSONLD
JSONLD
🔗
Spectral
Spectral

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: Cisco Webex Meetings API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Meetings
    type: folder
  items:
  - info:
      name: List meetings
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/meetings
      params:
      - name: meetingNumber
        value: ''
        type: query
      - name: webLink
        value: ''
        type: query
      - name: roomId
        value: ''
        type: query
      - name: meetingType
        value: ''
        type: query
      - name: state
        value: ''
        type: query
      - name: from
        value: ''
        type: query
      - name: to
        value: ''
        type: query
      - name: max
        value: ''
        type: query
      - name: hostEmail
        value: ''
        type: query
    docs: List meetings
  - info:
      name: Create a meeting
      type: http
    http:
      method: POST
      url: https://webexapis.com/v1/meetings
      body:
        type: json
        data: '{}'
    docs: Create a meeting
  - info:
      name: Get a meeting
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/meetings/:meetingId
      params:
      - name: meetingId
        value: ''
        type: path
    docs: Get a meeting
  - info:
      name: Update a meeting
      type: http
    http:
      method: PUT
      url: https://webexapis.com/v1/meetings/:meetingId
      params:
      - name: meetingId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a meeting
  - info:
      name: Delete a meeting
      type: http
    http:
      method: DELETE
      url: https://webexapis.com/v1/meetings/:meetingId
      params:
      - name: meetingId
        value: ''
        type: path
      - name: hostEmail
        value: ''
        type: query
      - name: sendEmail
        value: ''
        type: query
    docs: Delete a meeting
- info:
    name: Invitees
    type: folder
  items:
  - info:
      name: List meeting invitees for a meeting
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/meetingInvitees
      params:
      - name: meetingId
        value: ''
        type: query
      - name: max
        value: ''
        type: query
      - name: hostEmail
        value: ''
        type: query
      - name: panelist
        value: ''
        type: query
    docs: List meeting invitees for a meeting
  - info:
      name: Create a meeting invitee
      type: http
    http:
      method: POST
      url: https://webexapis.com/v1/meetingInvitees
      body:
        type: json
        data: '{}'
    docs: Create a meeting invitee
  - info:
      name: Get a meeting invitee
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/meetingInvitees/:meetingInviteeId
      params:
      - name: meetingInviteeId
        value: ''
        type: path
    docs: Get a meeting invitee
  - info:
      name: Update a meeting invitee
      type: http
    http:
      method: PUT
      url: https://webexapis.com/v1/meetingInvitees/:meetingInviteeId
      params:
      - name: meetingInviteeId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a meeting invitee
  - info:
      name: Delete a meeting invitee
      type: http
    http:
      method: DELETE
      url: https://webexapis.com/v1/meetingInvitees/:meetingInviteeId
      params:
      - name: meetingInviteeId
        value: ''
        type: path
    docs: Delete a meeting invitee
- info:
    name: Recordings
    type: folder
  items:
  - info:
      name: List recordings
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/recordings
      params:
      - name: max
        value: ''
        type: query
      - name: from
        value: ''
        type: query
      - name: to
        value: ''
        type: query
      - name: meetingId
        value: ''
        type: query
      - name: hostEmail
        value: ''
        type: query
    docs: List recordings
  - info:
      name: Get recording details
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/recordings/:recordingId
      params:
      - name: recordingId
        value: ''
        type: path
    docs: Get recording details
  - info:
      name: Delete a recording
      type: http
    http:
      method: DELETE
      url: https://webexapis.com/v1/recordings/:recordingId
      params:
      - name: recordingId
        value: ''
        type: path
    docs: Delete a recording
- info:
    name: Transcripts
    type: folder
  items:
  - info:
      name: List meeting transcripts
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/meetingTranscripts
      params:
      - name: meetingId
        value: ''
        type: query
      - name: hostEmail
        value: ''
        type: query
      - name: max
        value: ''
        type: query
    docs: List meeting transcripts
bundled: true