Buy museum tickets
Purchase museum tickets for general entry or special events.
Authorization
Authorization
RequiredBasic <token>In: header
Request Body
application/json
Requiredemail
stringEmail address for ticket purchaser.
"email"
ticketId
stringUnique identifier for museum ticket. Generated when purchased.
"uuid"
ticketDate
RequiredstringDate when this ticket can be used for museum entry.
"date"
ticketType
RequiredstringType of ticket being purchased. Use general
for regular museum entry and event
for tickets to special events.
"event" | "general"
eventId
stringUnique identifier for a special event. Required if purchasing tickets for the museum's special events.
"uuid"
Response Body
Details for a museum ticket after a successful purchase.
TypeScript Definitions
Use the response body type in TypeScript.
ticketId
stringUnique identifier for museum ticket. Generated when purchased.
"uuid"
ticketDate
RequiredstringDate when this ticket can be used for museum entry.
"date"
ticketType
RequiredstringType of ticket being purchased. Use general
for regular museum entry and event
for tickets to special events.
"event" | "general"
eventId
stringUnique identifier for a special event. Required if purchasing tickets for the museum's special events.
"uuid"
message
RequiredstringConfirmation message after a ticket purchase.
confirmationCode
RequiredstringUnique confirmation code used to verify ticket purchase.
How is this guide?