Zoom · Example Payload

Zoom Meeting Meeting Summary Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

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

Top-level fields

uuididhost_idtopicstart_timedurationtimezonecreated_atjoin_urlagenda

Example Payload

Raw ↑
{
  "uuid": "500123",
  "id": "abc123",
  "host_id": "500123",
  "topic": "example_value",
  "start_time": "example_value",
  "duration": 10,
  "timezone": "example_value",
  "created_at": "2026-01-15T10:30:00Z",
  "join_url": "https://www.example.com",
  "agenda": "example_value"
}