Logo
Zoom Public API Documentation

meetings-{meetingId}-polls-{pollId}

Number of APIs: 3


1. Get a meeting poll

GET {{baseUrl}}/meetings/:meetingId/polls/:pollId

Polls allow the meeting host to survey attendees. Retrieve information about a specific meeting poll.

Scopes: meeting:read:admin,meeting:read

Rate Limit Label: Light



2. Update a meeting poll

PUT {{baseUrl}}/meetings/:meetingId/polls/:pollId

Polls allow the meeting host to survey attendees. Update information of a specific meeting poll

Scopes: meeting:write:admin,meeting:write

Rate Limit Label: Light



3. Delete a meeting poll

DELETE {{baseUrl}}/meetings/:meetingId/polls/:pollId

Polls allow the meeting host to survey attendees. Delete a meeting poll.

Prerequisites:

  • Host user type must be Pro.
  • Polling feature should be enabled in the host's account.
  • Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.

Scopes: meeting:write:admin,meeting:write

Rate Limit Label: Light



ENDPOINTS