Buy museum tickets
Purchase museum tickets for general entry or special events.
POST
/
tickets
Server
Authorization
Authorization
RequiredBasic <token>
In: header
Request Body
application/json
Requiredemail
string
Email address for ticket purchaser.
Format:
"email"
ticketId
string
Unique identifier for museum ticket. Generated when purchased.
Format:
"uuid"
ticketDate
Requiredstring
Date when this ticket can be used for museum entry.
Format:
"date"
ticketType
Requiredstring
Type of ticket being purchased. Use general
for regular museum entry and event
for tickets to special events.
Value in:
"event" | "general"
eventId
string
Unique identifier for a special event. Required if purchasing tickets for the museum's special events.
Format:
"uuid"
Created.