---
title: "List event types"
method: GET
path: "/v1/event-types"
tags: ["Event Types"]
---

# List event types

`GET /v1/event-types`

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

## Response `200`

Default Response

- object
  - `event_types` object[]
    - `Id` integer
    - `title` string
    - `slug` string
    - `description` string
    - `appointment_label` string — Custom noun shown to attendees — "appointment", "inspection", "session", etc.
    - `duration_minutes` integer
    - `buffer_before` integer
    - `buffer_after` integer
    - `min_notice_minutes` integer — Minimum advance notice required to book (minutes)
    - `max_bookings_per_day` integer
    - `location` string
    - `location_type` 'video' | 'phone' | 'in_person' | 'other'
    - `webhook_url` string
    - `custom_fields` string — JSON array of custom field definitions
    - `requires_confirmation` boolean — Require host to confirm each booking before it is finalized
    - `active` boolean

---

[API](https://skmtc.dev/schedkit/apis/schedkit-api.md) · [All operations](https://skmtc.dev/schedkit/apis/schedkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/schedkit/schedkit-api/revisions/ff810218c3f4/schema)
