---
title: "Create a new event"
method: POST
path: "/Event"
tags: ["Event"]
---

# Create a new event

`POST /Event`

**Requires permission:** *StaffMember*

Creates an event with the caller as organiser and first owner. Returns the new event id.

## Request body

- PostEventDetailsRequest
  - `id` integer
  - `name` string
  - `organiserEmail` string
  - `organiserName` string
  - `start` string, date-time
  - `end` string, date-time
  - `overview` string, nullable
  - `details` string, nullable
  - `signupType` 0 | 1 | 2
  - `supportQR` boolean
  - `location` string, nullable
  - `enableWaitlist` boolean
  - `published` boolean
  - `includeInPD` boolean
  - `photo` string, nullable
  - `photoType` 0 | 1 | 2
  - `photoCredit` string, nullable
  - `photoFormat` string, nullable
  - `reminderTime` integer

## Response `200`

Success - The new event id

- PostEventDetailsResponse
  - `id` integer

## Other responses

- `400` — An Error Occurred - See Errors
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
