---
title: "Buy museum tickets"
method: POST
path: "/tickets"
tags: ["Tickets"]
---

# Buy museum tickets

`POST /tickets`

Purchase museum tickets for general entry or special events.

## Request body

- BuyMuseumTicketsRequest — Request payload used for purchasing museum tickets.
  - `ticketType` 'event' | 'general', required — Type of ticket being purchased. Use `general` for regular museum entry and `event` for tickets to special events.
  - `eventId` string, uuid — Identifier for a special event.
  - `ticketDate` string, date, required
  - `email` string, email, required — Email address for ticket purchaser.
  - `phone` string — Phone number for the ticket purchaser (optional).

## Response `200`

Success.

- BuyMuseumTicketsResponse — Details for a museum ticket after a successful purchase.
  - `message` string, required — Confirmation message after a ticket purchase.
  - `eventName` string — Name of the special event.
  - `ticketId` string, uuid, required — Unique identifier for museum ticket. Generated when purchased.
  - `ticketType` 'event' | 'general', required — Type of ticket being purchased. Use `general` for regular museum entry and `event` for tickets to special events.
  - `ticketDate` string, date, required
  - `confirmationCode` string, required — Unique confirmation code used to verify ticket purchase.

## Other responses

- `400` — Bad request.
- `404` — Not found.

---

[API](https://skmtc.dev/redocly/apis/redocly-museum.md) · [All operations](https://skmtc.dev/redocly/apis/redocly-museum/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redocly/redocly-museum/revisions/0ad444f6781e/schema)
