v1
latestOpenAPI 3.0.32026-07-131670112.4 KBEvent Types
Get event type
Return a single event type definition by ID for the authenticated user.
get/v1/event-types/{id}
Path parameters
idstring required
Response
Default Response
Example response
{
"Id": 14,
"title": "Incident Triage",
"slug": "incident-triage",
"description": "Quick ops intake for new incidents.",
"appointment_label": "assignment",
"duration_minutes": 30,
"buffer_before": 0,
"buffer_after": 15,
"min_notice_minutes": 60,
"max_bookings_per_day": 8,
"location": "Google Meet",
"location_type": "video",
"webhook_url": "https://example.com/hooks/bookings",
"custom_fields": "[{\"id\":\"site\",\"label\":\"Site\",\"type\":\"text\"}]",
"requires_confirmation": false,
"active": true
}