Zoom · Example Payload

Zoom Meeting Past Meeting Details Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

Zoom Meeting Past Meeting Details 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

uuididhost_idhost_emailtopicuser_namestart_timeend_timedurationtotal_minutesparticipants_count

Example Payload

Raw ↑
{
  "uuid": "500123",
  "id": "abc123",
  "host_id": "500123",
  "host_email": "user@example.com",
  "topic": "example_value",
  "user_name": "example_value",
  "start_time": "example_value",
  "end_time": "example_value",
  "duration": 10,
  "total_minutes": 10,
  "participants_count": 10
}