Logo
Zoom Public API Documentation

meetings-{meetingId}-survey

Number of APIs: 3


1. Update a meeting survey

PATCH {{baseUrl}}/meetings/:meetingId/survey

Update a meeting survey. Prerequisites: * The host must be a Pro user type. * The Meeting Survey feature is enabled in the host's account. * The meeting must be a scheduled meeting. Instant meetings do not have survey features enabled.

Scopes: meeting:write:admin,meeting:write

Rate Limit Label: LIGHT



2. Get a meeting survey

GET {{baseUrl}}/meetings/:meetingId/survey

Display information about a meeting survey. Prerequisites: * The host has a Pro license. * The Meeting Survey feature is enabled on the host's account. * The meeting must be a scheduled meeting. Instant meetings do not have survey features enabled.

Scopes: meeting:read,meeting:read:admin

Rate Limit Label: LIGHT



3. Delete a meeting survey

DELETE {{baseUrl}}/meetings/:meetingId/survey

Delete a meeting survey.

Prerequisites: * The host must be a Pro user type. * The Meeting Survey feature enabled in the host's account. * The meeting must be a scheduled meeting. Instant meetings do not have survey features enabled.

Scopes: meeting:write,meeting:write:admin

Rate Limit Label: Light



ENDPOINTS