post
/meetings/{meetingId}/polls
Polls allow the meeting host to survey attendees. Use this API to create a poll for a meeting.
Scopes: meeting:write:admin
meeting:write
Rate Limit Label: Light
Prerequisites:
- Host user type must be Pro or higher plan.
- Polling feature must be enabled in the host’s account.
- Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.
Authorization
oauth2 - authorizationCode
Request Parameters
1 Path Parameter
Request Body
Meeting poll object
1 Example
Schema
title
string
Title for the poll.
questions
array[object]
Array of Polls
Responses
HTTP Status Code: 201
Meeting Poll Created
1 Header
1 Example
Schema
id
string
Meeting Poll ID
status
string
Status of the Meeting Poll:notstart
- Poll not startedstarted
- Poll startedended
- Poll endedsharing
- Sharing poll results
2 validations
title
string
Title for the poll.
questions
array[object]
Array of Polls
Send a Test Request
POST
Send requests directly from the browser (CORS must be enabled)
Path Params
1 path param not set
meetingId
$$.env
1 variable not set
oauth_access_token