Logo
Zoom Public API Documentation

meetings-{meetingId}

Number of APIs: 3


1. Get a meeting

GET {{baseUrl}}/meetings/:meetingId?occurrence_id=<string>&show_previous_occurrences=<boolean>

Retrieve the given meeting's details.

Scopes: meeting:read,meeting:read:admin

Rate Limit Label: LIGHT



2. Delete a meeting

DELETE {{baseUrl}}/meetings/:meetingId?occurrence_id=<string>&schedule_for_reminder=<boolean>&cancel_meeting_reminder=<boolean>

Delete a meeting.

Scopes: meeting:write:admin,meeting:write

Rate Limit Label: Light



3. Update a meeting

PATCH {{baseUrl}}/meetings/:meetingId?occurrence_id=<string>

Update meeting details.

Note * The start_time value must be a future date. If the value is omitted or a date is in the past, the API ignores this value and does not update any recurring meetings. * The recurrence object is required. * This API has a rate limit of 100 requests per day. You can update a meeting for a maximum of 100 times within a 24-hour period.

Scopes: meeting:write,meeting:write:admin

Rate Limit Label: LIGHT



ENDPOINTS