Skip to content

Get pkpass for a ticket

Request

Return an pkpass for your ticket. Can be added to your wallet app and used for event entry.

Security
MuseumPlaceholderAuth
Path
ticketIdstring, (uuid)required

Identifier for a ticket to a museum event. Used to generate ticket image.

Example:a54a57ca-36f8-421b-a6b4-2e8f26858a4c
curl -i -X GET \
  -u '<username>:<password>' \
  https://innovario.apishowdown.com/_mock/catalog/api-showdown/museum/v2/openapi/tickets/a54a57ca-36f8-421b-a6b4-2e8f26858a4c/pkpass

Responses

Pkpass for a ticket.

Bodyapplication/json
eventNamestring(EventName)

Name of the special event.

Example:"Pirate Coding Workshop"
eventDatestring, (date)(Date)
Example:"2023-10-29"
ticketIdstring, (uuid)(TicketId)

Unique identifier for museum ticket. Generated when purchased.

Example:"a54a57ca-36f8-421b-a6b4-2e8f26858a4c"
Response
{ "eventName": "Pirate Coding Workshop", "eventDate": "2023-10-29", "ticketId": "a54a57ca-36f8-421b-a6b4-2e8f26858a4c" }