---
title: "Create spots for an event"
method: POST
path: "/events/{eventID}/spots"
tags: ["Events"]
---

# Create spots for an event

`POST /events/{eventID}/spots`

Create a specified number of spots for an event

## Path parameters

- `eventID` string, required

## Request body

- HttpCreateSpotsRequest
  - `number_of_spots` integer

## Response `201`

Created

- UsecaseCreateSpotsOutputDTO
  - `spots` UsecaseSpotDTO[]
    - `event_id` string
    - `id` string
    - `name` string
    - `reserved` boolean
    - `status` string
    - `ticket_id` string

## Other responses

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

---

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