Fumadocs

Get ticket QR code

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

GET
/tickets/{ticketId}/qr
/tickets/a54a57ca-36f8-421b-a6b4-2e8f26858a4c/qr

The Authorization access token

Authorization

Authorization
Required
Basic <token>

In: header

Path Parameters

ticketId
Required
string

An identifier for a ticket to a museum event. Used to generate ticket image.

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

Scannable event ticket in image format

"string"