# Redocly Museum API Imaginary, but delightful Museum API for interacting with museum services and information. Built with love by Redocly. Version: 1.1.1 License: MIT ## Servers ``` https://api.fake-museum-example.com/v1.1 ``` ## Security ### MuseumPlaceholderAuth Type: http Scheme: basic ## Download OpenAPI description [Redocly Museum API](https://apidocs.harness.io/_spec/openapi.yaml) ## Operations Operational information about the museum. ### Get museum hours - [GET /museum-hours](https://apidocs.harness.io/openapi/operations/getmuseumhours.md): Get upcoming museum operating hours. ## Events Special events hosted by the museum. ### Create special events - [POST /special-events](https://apidocs.harness.io/openapi/events/createspecialevent.md): Creates a new special event for the museum. ### List special events - [GET /special-events](https://apidocs.harness.io/openapi/events/listspecialevents.md): Return a list of upcoming special events at the museum. ### Get special event - [GET /special-events/{eventId}](https://apidocs.harness.io/openapi/events/getspecialevent.md): Get details about a special event. ### Update special event - [PATCH /special-events/{eventId}](https://apidocs.harness.io/openapi/events/updatespecialevent.md): Update the details of a special event. ### Delete special event - [DELETE /special-events/{eventId}](https://apidocs.harness.io/openapi/events/deletespecialevent.md): Delete a special event from the collection. Allows museum to cancel planned events. ## Tickets Museum tickets for general entrance or special events. ### Buy museum tickets - [POST /tickets](https://apidocs.harness.io/openapi/tickets/buymuseumtickets.md): Purchase museum tickets for general entry or special events. ### Get ticket QR code - [GET /tickets/{ticketId}/qr](https://apidocs.harness.io/openapi/tickets/getticketcode.md): Return an image of your ticket with scannable QR code. Used for event entry.