---
title: "Creates an event"
method: POST
path: "/4.0/events"
tags: ["Events"]
---

# Creates an event

`POST /4.0/events`

## Request body

- Post40EventsBodySocialTablesApi
  - `team_id` number — Legacy team id
  - `name` string, required — Name of the event
  - `category` string, required — Type of event. For example: Athletic, Catered Meal, Ceremony, Class/Lecture, Concert, Conference, Executive Meeting, Trade Show, Reception, Training
  - `start_epoch` string — Start date in milliseconds since epoch
  - `end_epoch` string — End date in milliseconds since epoch
  - `industry` string — Industry associated with the event. Association, Corporate, Education, Government, Nonprofit, Religious, Social
  - `is_public` boolean — Whether to make this event and its diagrams public
  - `uses_metric` boolean — Whether to use metric system. Defaults to false

## Response `200`

Success

- DataSocialTablesApi

---

[API](https://skmtc.net/socialtables/apis/social-tables-api-gateway.md) · [All operations](https://skmtc.net/socialtables/apis/social-tables-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/socialtables/social-tables-api-gateway/versions/221c9d836cf0/schema)
