---
title: "Create an event"
method: POST
path: "/v1/events"
tags: ["Events"]
---

# Create an event

`POST /v1/events`

## Request body

- Event
  - `id` string, uuid
  - `name` string, required
  - `description` string, nullable
  - `event_type` string
  - `event_date` string, date, nullable
  - `location` string, nullable
  - `is_template` boolean
  - `holiday_key` string, nullable
  - `hebrew_year` integer, nullable
  - `hebrew_date_value` string, nullable
  - `hebrew_date_display` string, nullable
  - `attendance_count` integer, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `201`

Created

---

[API](https://skmtc.net/hecher/apis/growgelt-api.md) · [All operations](https://skmtc.net/hecher/apis/growgelt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hecher/growgelt-api/revisions/b79af77cd086/schema)
