---
title: "Create a zoom event and meeting"
method: POST
path: "/v1/zooms"
tags: ["zoom-events"]
---

# Create a zoom event and meeting

`POST /v1/zooms`

## Request body

- HttpEventRequest
  - `day` string
  - `display_name` string, required
  - `display_order` integer
  - `event_id` integer, required
  - `hour` string
  - `product_id` integer, required
  - `show_in_big_data` integer
  - `type_code_id` integer

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `409` — Conflict
- `500` — Internal Server Error

---

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