Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zoom Meetings API

Create and manage Zoom meetings.

Zoom Meetings API is one of 47 APIs that Zoom 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, API documentation, and an API reference.

This API exposes 8 operations across 5 paths, and defines 12 schemas. It is described by OpenAPI 3.0.1, at version 1.0.0.

Requests are made against a single base URL, https://api.zoom.us/v1.

8 operations 5 paths 12 schemas 1 DELETE4 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.0
Base URL
https://api.zoom.us/v2
Authentication
API Key, API Key
License
Resource Areas
1

Authentication & Security 2

Zoom Meetings API declares 2 security schemes for authenticating requests. An API key is passed in the query as api_key (api_key). An API key is passed in the query as api_secret (api_secret). By default, every request must be authenticated.

Paths & Operations 8

Across 5 paths, the API surfaces 8 operations — 1 DELETE, 4 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Meetings 8

Create and manage Zoom meetings.

GET
/users/{userId}/meetings
Zoom List Meetings
listMeetings 5 params → 200400401404
POST
/users/{userId}/meetings
Zoom Create a Meeting
createMeeting 1 param body → 201400401404429
GET
/meetings/{meetingId}
Zoom Get Meeting Details
getMeeting 3 params → 200400401404
PATCH
/meetings/{meetingId}
Zoom Update a Meeting
updateMeeting 2 params body → 204400401404429
DELETE
/meetings/{meetingId}
Zoom Delete a Meeting
deleteMeeting 4 params → 204400401404
PUT
/meetings/{meetingId}/status
Zoom Update Meeting Status
updateMeetingStatus 1 param body → 204400401404
GET
/past_meetings/{meetingId}
Zoom Get Past Meeting Details
getPastMeetingDetails 1 param → 200400401404
GET
/meetings/{meetingId}/invitation
Zoom Get Meeting Invitation
getMeetingInvitation 1 param → 200400401404

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are MeetingSettings (40 properties), MeetingCreateResponse (21 properties), MeetingCreateRequest (14 properties), PastMeetingDetails (12 properties). Each schema is shown below with its type and property counts.

PastMeetingDetails
object
12 properties
Occurrence
object
Meeting occurrence information for recurring meetings.
4 properties
MeetingType
integer
Meeting type: 1 - Instant meeting, 2 - Scheduled meeting, 3 - Recurring meeting with no fixed time, 8 - Recurring meeting with a fixed time.
MeetingCreateRequest
object
14 properties
Recurrence
object
Recurrence settings for recurring meetings.
8 properties
ErrorResponse
object
3 properties
MeetingSummary
object
11 properties
MeetingSettings
object
Meeting settings and options.
40 properties
MeetingCreateResponse
object
21 properties
MeetingDetails
MeetingList
object
6 properties
MeetingUpdateRequest
object
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoom-meetings-api-openapi.yml Raw ↑

Other APIs Zoom publishes across the network.

Zoom Meeting API
Zoom Phone API
Zoom Team Chat API
Zoom Contact Center API
Zoom Webinars Plus and Events API
Zoom Marketplace API
Zoom Revenue Accelerator API
Zoom Whiteboard API
Zoom Rooms API
Zoom Clips API
Zoom Mail API
Zoom Calendar API