# Get ticket QR code Return an image of your ticket with scannable QR code. Used for event entry. Endpoint: GET /tickets/{ticketId}/qr Version: 1.1.1 Security: MuseumPlaceholderAuth ## Path parameters: - `ticketId` (string, required) Identifier for a ticket to a museum event. Used to generate ticket image. Example: "a54a57ca-36f8-421b-a6b4-2e8f26858a4c" ## Response 400 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed" ## Response 404 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed"