Zoom · Example Payload

Zoom Meeting Occurrence Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

Zoom Meeting Occurrence 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

occurrence_idstart_timedurationstatus

Example Payload

Raw ↑
{
  "occurrence_id": "500123",
  "start_time": "example_value",
  "duration": 10,
  "status": "example_value"
}