Buy museum tickets
Purchase museum tickets for general entry or special events.
POST
/
tickets
Server
Authorization
Authorization
RequiredBasic <token>
In: header
Request Body
multipart/form-data
RequiredticketType
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
Identifier for a special event.
Format:
"uuid"
ticketDate
Requiredstring
Date that the ticket is valid for.
Format:
"date"
email
Requiredstring
Email address for ticket purchaser.
Format:
"email"
phone
string
Phone number for the ticket purchaser (optional).
image
file
Format:
"binary"
test
string
Value in:
"general" | "gold" | "platinum" | "vip"
Success