Buy museum tickets
Purchase museum tickets for general entry or special events.
POST
/tickets
Authorization
AuthorizationRequiredBasic <token>
In: header
Request Body
multipart/form-dataRequiredticketTypeRequiredstring
Type of ticket being purchased. Use general for regular museum entry and event for tickets to special events.
Value in:
"event" | "general"eventIdstring
Identifier for a special event.
Format:
"uuid"ticketDateRequiredstring
Date that the ticket is valid for.
Format:
"date"emailRequiredstring
Email address for ticket purchaser.
Format:
"email"phonestring
Phone number for the ticket purchaser (optional).
imagefile
Format:
"binary"teststring
Value in:
"general" | "gold" | "platinum" | "vip"Success
