Fumadocs
Tickets/Qr

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.

responseRequiredfile

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

Format: "binary"
/**
 * Image of a ticket with a QR code used for museum or event entry.
 */
export type Response = string;
 
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?