Fumadocs
Events

Get special event

Get details about a special event.

GET
/special-events/{eventId}

Authorization

AuthorizationRequiredBasic <token>

In: header

Path Parameters

eventIdRequiredstring

Identifier for a special event.

Format: "uuid"
curl -X GET "https://redocly.com/_mock/docs/openapi/museum-api/special-events/dad4bce8-f5cb-4078-a211-995864315e39" \
  -H "Authorization: Basic <token>"

Success.

{
  "summary": "Get special event",
  "value": {
    "eventId": "6744a0da-4121-49cd-8479-f8cc20526495",
    "name": "Time Traveler Tea Party",
    "location": "Temporal Tearoom",
    "eventDescription": "Sip tea with important historical figures.",
    "dates": [
      "2023-11-18",
      "2023-11-25",
      "2023-12-02"
    ],
    "price": 60
  }
}

How is this guide?