# Get pkpass for a ticket Return an pkpass for your ticket. Can be added to your wallet app and used for event entry. Endpoint: GET /tickets/{ticketId}/pkpass Version: 2.0.0 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) Name of the special event. - `eventDate` (string) - `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"