Fumadocs
Tickets/Ticketid

Get ticket QR code

Return an image of your ticket with scannable QR code. Used for event entry.

GET
/tickets/{ticketId}/qr

Authorization

AuthorizationRequiredBasic <token>

In: header

Path Parameters

ticketIdRequiredstring

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

Format: "uuid"

Response Body

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

TypeScript Definitions

Use the response body type in TypeScript.

responseRequiredfile

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

Format: "binary"
curl -X GET "https://redocly.com/_mock/docs/openapi/museum-api/tickets/a54a57ca-36f8-421b-a6b4-2e8f26858a4c/qr" \
  -H "Authorization: Basic <token>"
"string"

How is this guide?