How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Webex Meetings API

The Meetings API from Webex — 30 operation(s) for meetings.

Webex Meetings API is one of 193 APIs that Webex publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Meetings. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 48 operations across 33 paths, and defines 60 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

48 operations 33 paths 60 schemas 5 DELETE20 GET2 PATCH15 POST6 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Authentication
OAuth 2.0, HTTP Bearer, OAuth 2.0
Resource Areas
1

Authentication & Security 3

Webex Meetings API declares 3 security schemes for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow. It accepts HTTP bearer tokens (JWT) (bearer-key). It supports OAuth 2.0 (bearerAuth) using the authorizationCode flow, exposing 1 scope.

  • bearer-key — e.g. Bearer YOURAUTHORIZATIONTOKEN
  • bearerAuth — OAuth 2.0 Bearer token authentication

Paths & Operations 48

Across 33 paths, the API surfaces 48 operations — 5 DELETE, 20 GET, 2 PATCH, 15 POST, 6 PUT. Each is listed below with its method, path, parameters, and response codes.

Meetings 48
GET
/admin/meetings/{meetingId}
Get a Meeting By an Admin
adminGetMeetingById 3 params → 200400401403404405409410
GET
/admin/meetings
List Meetings By an Admin
adminListMeetings 4 params → 200400401403404405409410
GET
/group/meetings
List Group Meetings
listGroupMeetings 6 params → 200400401403404405409410
PATCH
/group/meetings/{meetingId}
Patch a Group Meeting
patchGroupMeeting 3 params body → 200400401403404405409410
POST
/group/meetings/controls
Update Group Meeting Control Status
updateGroupMeetingControl 2 params body → 202400401403404405409410
POST
/meetings
Create a Meeting
createMeeting body → 200400401403404405409410
GET
/meetings
List Meetings
listMeetings 25 params → 200400401403404405409410
GET
/meetings/{meetingId}
Get a Meeting
getMeetingById 5 params → 200400401403404405409410
PATCH
/meetings/{meetingId}
Patch a Meeting
patchMeeting 1 param body → 200400401403404405409410
PUT
/meetings/{meetingId}
Update a Meeting
updateMeeting 1 param body → 200400401403404405409410
DELETE
/meetings/{meetingId}
Delete a Meeting
deleteMeeting 3 params → 204400401403404405409410
POST
/meetings/join
Join a Meeting
meetingJoin body → 200400401403404405409410
GET
/meetings/templates
List Meeting Templates
listTemplates 6 params → 200400401403404405409410
GET
/meetings/templates/{templateId}
Get a Meeting Template
getTemplateById 3 params → 200400401403404405409410
GET
/meetings/controls
Get Meeting Control Status
getMeetingControl 1 param → 200400401403404405409410
PUT
/meetings/controls
Update Meeting Control Status
updateMeetingControl 1 param body → 200400401403404405409410
GET
/meetings/sessionTypes
List Meeting Session Types
listMeetingSessionTypes 2 params → 200400401403404405409410
GET
/meetings/sessionTypes/{sessionTypeId}
Get a Meeting Session Type
getMeetingSessionTypeById 3 params → 200400401403404405409410
GET
/meetings/{meetingId}/registration
Get registration form for a meeting
getMeetingRegistration 3 params → 200400401403404405409410
PUT
/meetings/{meetingId}/registration
Update Meeting Registration Form
updateMeetingRegistration 1 param body → 200400401403404405409410
DELETE
/meetings/{meetingId}/registration
Delete Meeting Registration Form
deleteMeetingRegistration 2 params → 204400401403404405409410
POST
/meetings/{meetingId}/registrants
Register a Meeting Registrant
createRegistrant 3 params body → 200400401403404405409410
GET
/meetings/{meetingId}/registrants
List Meeting Registrants
listMeetingRegistrants 7 params → 200400401403404405409410
POST
/meetings/{meetingId}/registrants/bulkInsert
Batch register Meeting Registrants
createRegistrants 3 params body → 200400401403404405409410
GET
/meetings/{meetingId}/registrants/{registrantId}
Get Detailed Information for a Meeting Registrant
getRegistrant 4 params → 200400401403404405409410
DELETE
/meetings/{meetingId}/registrants/{registrantId}
Delete a Meeting Registrant
deleteRegistrant 4 params → 204400401403404405409410
POST
/meetings/{meetingId}/registrants/query
Query Meeting Registrants
queryMeetingRegistrants 4 params body → 200400401403404405409410
POST
/meetings/{meetingId}/registrants/approve
Batch Approve Meeting Registrants
batchApproveMeetingRegistrants 3 params body → 204400401403404405409410
POST
/meetings/{meetingId}/registrants/reject
Batch Reject Meeting Registrants
batchRejectMeetingRegistrants 3 params body → 204400401403404405409410
POST
/meetings/{meetingId}/registrants/cancel
Batch Cancel Meeting Registrants
batchCancelMeetingRegistrants 3 params body → 204400401403404405409410
POST
/meetings/{meetingId}/registrants/bulkDelete
Batch Delete Meeting Registrants
batchDeleteMeetingRegistrants 3 params body → 204400401403404405409410
PUT
/meetings/{meetingId}/simultaneousInterpretation
Update Meeting Simultaneous interpretation
updateMeetingSimultaneousInterpretation 1 param body → 200400401403404405409410
POST
/meetings/{meetingId}/interpreters
Create a Meeting Interpreter
createInterpreter 1 param body → 200400401403404405409410
GET
/meetings/{meetingId}/interpreters
List Meeting Interpreters
listInterpreters 2 params → 200400401403404405409410
GET
/meetings/{meetingId}/interpreters/{interpreterId}
Get a Meeting Interpreter
getInterpreterById 3 params → 200400401403404405409410
PUT
/meetings/{meetingId}/interpreters/{interpreterId}
Update a Meeting Interpreter
updateInterpreterById 2 params body → 200400401403404405409410
DELETE
/meetings/{meetingId}/interpreters/{interpreterId}
Delete a Meeting Interpreter
deleteInterpreterById 4 params → 204400401403404405409410
GET
/meetings/{meetingId}/breakoutSessions
List Meeting Breakout Sessions
listBreakoutSessions 2 params → 200400401403404405409410
PUT
/meetings/{meetingId}/breakoutSessions
Update Meeting Breakout Sessions
updateBreakoutSessions 1 param body → 200400401403404405409410
DELETE
/meetings/{meetingId}/breakoutSessions
Delete Meeting Breakout Sessions
deleteBreakoutSessions 3 params → 204400401403404405409410
GET
/meetings/{meetingId}/survey
Get a Meeting Survey
getSurveyByMeetingId 2 params → 200400401403404405409410
GET
/meetings/{meetingId}/surveyResults
List Meeting Survey Results
listSurveyResultsByMeetingId 6 params → 200400401403404405409410
POST
/meetings/{meetingId}/surveyLinks
Get Meeting Survey Links
generateSurveyLink 2 params body → 200400401403404405409410
POST
/meetings/{meetingId}/invitationSources
Create Invitation Sources
createInvitationSources 1 param body → 200400401403404405409410
GET
/meetings/{meetingId}/invitationSources
List Invitation Sources
listInvitationSources 3 params → 200400401403404405409410
GET
/meetings/trackingCodes
List Meeting Tracking Codes
getMeetingHostTrackingCodes 3 params → 200400401403404405409410
POST
/meetings/reassignHost
Reassign Meetings to a New Host
reassignHost 1 param body → 204207400401403404405409
POST
/meetings/{meetingId}/end
End a Meeting
endMeeting 1 param body → 204400401403404405409410

Schemas 60

The contract defines 60 schemas that model the data the API accepts and returns. The most detailed are MeetingObjectForListMeeting (71 properties), MeetingObjectForAdminListMeeting (61 properties), MeetingSeriesObject (59 properties), CreateMeetingObject (47 properties). Each schema is shown below with its type and property counts.

TrackingCodeItemForGetMeetingObject
object
2 properties 2 required
AnswerForCustomizedQuestion
object
2 properties 1 required
InterpreterObjectForSimultaneousInterpretationOfCreateOrUpdateMeeting
object
4 properties 2 required
CreateInterpreterObject
object
6 properties 2 required
PrePostMeetingBreakoutSessionObject
object
5 properties 2 required
TemplateObject
object
7 properties 7 required
MeetingObjectForAdminListMeeting
object
61 properties 14 required
Control
object
3 properties
QuestionOptionObject
object
2 properties 2 required
CustomizedQuestionForCreateMeeting
object
6 properties 2 required
UpdateMeetingSimultaneousInterpretationObject
object
2 properties 1 required
InviteeObjectForCreateMeeting
object
4 properties 1 required
SurveyObject
object
6 properties 4 required
PatchMeetingObject
object
38 properties
CustomizedQuestionForGetMeeting
object
7 properties 3 required
InterpreterObjectForSimultaneousInterpretationOfGetOrListMeeting
object
5 properties 3 required
ReassignMeetingErrorDescriptionObject
object
1 property 1 required
OptionsForTrackingCodeObject
object
2 properties 2 required
SurveyResultObject
object
7 properties 7 required
LinksObjectForTelephony
object
3 properties 3 required
JoinMeetingLinkObject
object
3 properties
PreMeetingBreakoutSessionObject
object
3 properties 2 required
ReassignMeetingRequestObject
object
2 properties 2 required
MeetingObjectForListMeeting
object
71 properties 17 required
LinksObjectForBreakoutSessions
object
3 properties 3 required
UpdateMeetingBreakoutSessionsObject
object
3 properties
SurveyLinkRequestObject
object
4 properties
InvitationSourceCreateObject
object
2 properties 2 required
SurveyLinkObject
object
2 properties
TrackingCodeItemForCreateMeetingObject
object
2 properties 2 required
UpdateMeetingObject
object
38 properties
PreMeetingBreakoutSessionsObject
object
1 property
GetMeetingSimultaneousInterpretationObject
object
2 properties 1 required
QuestionObject
object
8 properties 3 required
PrePostMeetingBreakoutSessionsObject
object
1 property
CreateMeetingObject
object
47 properties 3 required
ReassignMeetingResponseObject
object
4 properties 2 required
EndMeetingRequestObject
object
1 property
QuestionWithAnswersObject
object
4 properties 3 required
QuestionAnswerObject
object
2 properties 2 required
RegistrantCreateResponse
object
17 properties
CustomizedRegistrant
object
2 properties 2 required
StandardRegistrationApproveRule
object
6 properties 5 required
queryRegistrants
object
4 properties 1 required
MeetingSessionTypeObject
object
4 properties 3 required
MeetingTrackingCodesObject
object
7 properties 7 required
Registrants
object
1 property 1 required
LiveStreamObject
object
8 properties 3 required
UpdateInterpreterObject
object
6 properties 2 required
GetInterpreterObject
object
5 properties 3 required
PatchGroupMeetingObject
object
37 properties
PreMeetingBreakoutSessionWithoutIdObject
object
2 properties 1 required
JoinMeetingObject
object
12 properties
DetailedTemplateObject
object
8 properties 8 required
Registration
object
16 properties
InvitationSourceObject
object
5 properties 3 required
Registrant
object
19 properties
MeetingSeriesObject
object
59 properties 16 required
RegistrationForUpdate
object
18 properties
RegistrantFormObject
object
15 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

webex-meetings-api-openapi.yml Raw ↑

Other APIs Webex publishes across the network.

Webex Address Book API
Webex Admin Audit Events API
Webex Agent Personal Greeting Files API
Webex Agent Summaries API
Webex Agent Wellbeing API
Webex Agents API
Webex AI Feature API
Webex API - Domain Management API
Webex Archive Users API
Webex Attachment Actions API
Webex Audio Files API
Webex Authorizations API
Where this information came from

This is an independent, third-party profile of Webex Meetings API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.