Create Event Type
Create a reusable booking template. The slug is auto-generated from the name.
Auth required: Yes
Idempotency-Key (header, string) — Unique key for idempotent POST requests (1-256 chars: alphanumeric, `_`, `-`, `:`, `.`).
Same key + same body within 24h replays the cached response.
name: string (required) — Human-readable name (slug auto-generated)description: stringduration_minutes: integerbuffer_minutes: integerschedule_id: string — Optional schedule for availability hoursdays_ahead_min: integerdays_ahead_max: integercolor: string — Hex color codeprice_amount: integer — Price in cents (e.g. 4500 = $45.00). null = free.price_currency: string — ISO 4217 currency codebooking_questions: array — Custom fields to collect at booking time. null = no questions.201: Event type created400: Validation error401: Authentication required or invalid409: A request with this Idempotency-Key is currently being processed422: Idempotency-Key was already used with a different request bodyRequires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.
Base URL: https://api.vennio.app