# Get digital ticket Return a digital ticket compatible with Apple Wallet and Google Pay. Endpoint: GET /tickets/{ticketId}/pkpass Version: @yummy-bear Security: MuseumPlaceholderAuth ## Path parameters: - `ticketId` (string, required) Identifier for a ticket to a museum event. Used to generate digital ticket. Example: "a54a57ca-36f8-421b-a6b4-2e8f26858a4c" ## Response 200 fields (application/json): - `eventName` (string, required) Name of the event or general admission Example: "Museum Admission" - `ticketDate` (string, required) Date and time of the visit Example: "2023-09-05T14:00:00Z" - `ticketId` (string, required) Unique ticket identifier 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"