Skip to main content

Buy museum tickets

POST 

/tickets

Purchase museum tickets for general entry or special events.

Request

Body

required
    ticketType TicketTyperequired

    Possible values: [event, general]

    Type of ticket being purchased. Use general for regular museum entry and event for tickets to special events.

    eventId uuid

    Identifier for a special event.

    ticketDate daterequired

    Date that the ticket is valid for.

    email emailrequired

    Email address for ticket purchaser.

    phone Phone

    Phone number for the ticket purchaser (optional).

Responses

Success

Schema
    message TicketMessagerequired

    Confirmation message after a ticket purchase.

    eventName EventName

    Name of the special event

    ticketId uuidrequired

    Unique identifier for museum ticket. Generated when purchased.

    ticketType TicketTyperequired

    Possible values: [event, general]

    Type of ticket being purchased. Use general for regular museum entry and event for tickets to special events.

    ticketDate daterequired

    Date the ticket is valid for.

    confirmationCode TicketConfirmationrequired

    Unique confirmation code used to verify ticket purchase.

Loading...