Skip to content

Get ticket QR code

Request

Return an image of your ticket with scannable QR code. 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://redocly.com/_mock/demo/openapi/museum-api/tickets/a54a57ca-36f8-421b-a6b4-2e8f26858a4c/qr

Responses

Scannable event ticket in image format.

Bodyimage/png
string, (binary)(GetTicketCodeResponse)

Image of a ticket with a QR code used for museum or event entry.

Response
string