Buy museum tickets
Purchase museum tickets for general entry or special events.
POST
/
ticketsServer
Authorization
AuthorizationRequiredBasic <token>
In: header
Request Body
application/jsonRequiredemailstring
Email address for ticket purchaser.
Format:
"email"ticketIdstring
Unique identifier for museum ticket. Generated when purchased.
Format:
"uuid"ticketDateRequiredstring
Date when this ticket can be used for museum entry.
Format:
"date"ticketTypeRequiredstring
Type of ticket being purchased. Use general for regular museum entry and event for tickets to special events.
Value in:
"event" | "general"eventIdstring
Unique identifier for a special event. Required if purchasing tickets for the museum's special events.
Format:
"uuid"Created.
