Zoom · Example Payload

Zoom Meeting Poll Create Request Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

Zoom Meeting Poll Create Request Example is an example object payload from Zoom, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titleanonymouspoll_typequestions

Example Payload

Raw ↑
{
  "title": "Example Title",
  "anonymous": true,
  "poll_type": 10,
  "questions": []
}