v1

latestOpenAPI 3.0.32026-07-131670112.4 KB
Event Types

List event types

Returns all event types for the authenticated user. Each event type has a public manifest link at /assign/:username/:slug.

get/v1/event-types

Response

Default Response

Example response

{
  "event_types": [
    {
      "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
    }
  ]
}