The event type object contains the name and description of the event types created inside your account to allow the easy use of event type id's to filter when retrieving other objects, such as bookings. Learn more about event types

FieldTypeDescription
objectstringString representing the object’s type. Objects of the same type share the same value. The type here is event_type.
idstringUnique identifier for the object.
namestringThe name of the event type.
descriptionstringA description of the event type.

EVENT TYPE

{
  "id": "ET-7I7PKDTFJS",
  "object": "event_type",
  "name": "Live demo",
  "description": "Schedule a live demo with us for an in-depth look at our enterprise solutions."
}