# Get ticket pkpass Return a pkpass. Used for event entry. Endpoint: GET /tickets/{ticketId}/pkpass Version: 1.2.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 200 fields (application/json): - `eventName` (string) The name of the event Example: "Museum admission" - `date` (string) Date of the event. Example: "2024-12-31" - `time` (string) Time of the event. Uses 24 hour time format (HH:mm). Example: "09:00" - `ticketId` (string) Unique identifier for museum ticket. Generated when purchased. ## 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"