Zoom · Example Payload

Zoom Meeting Meeting Create Request Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

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

Top-level fields

topicpre_schedulestart_timedurationschedule_fortimezonepassworddefault_passwordagendatracking_fieldstemplate_id

Example Payload

Raw ↑
{
  "topic": "example_value",
  "pre_schedule": true,
  "start_time": "example_value",
  "duration": 10,
  "schedule_for": "example_value",
  "timezone": "example_value",
  "password": "example_value",
  "default_password": true,
  "agenda": "example_value",
  "tracking_fields": [],
  "template_id": "500123"
}