---
title: "Webinar data model"
url: "https://docs.unified.to/calendar/webinar/model"
description: "API reference for Webinar data model. Launch multiple pre-built Webinar integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-26T21:11:46.218Z"
---
# Webinar data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/calendar/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**calendar\_id**string 

(reference to CalendarCalendar)

**subject**string 

**start\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**end\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**timezone**string 

**notes**string 

**status** enum

Valid values:

 "CANCELED" 

 "CONFIRMED" 

 "TENTATIVE" 

**organizer**object 

**join\_url**string 

**web\_url**string 

information

**panelists** array 

**registrants** array 

**panelist\_password**string 

**registrant\_password**string 

**conference** array 

**recurrence** array 

**capacity**number 

**is\_webcast**boolean 

**is\_enabled**boolean 

**is\_auto\_approve**boolean 

**require\_first\_name**boolean 

**require\_last\_name**boolean 

**require\_email**boolean 

**require\_company**boolean 

**require\_job\_title**boolean 

**require\_address**boolean 

**require\_phone**boolean 

**has\_qa**boolean 

**has\_polls**boolean 

**has\_recording**boolean 

**raw**any
