Fumadocs

Get special event

Get details about a special event.

GET
/special-events/{eventId}
/special-events/dad4bce8-f5cb-4078-a211-995864315e39

The Authorization access token

Authorization

Authorization
Required
Basic <token>

In: header

Path Parameters

eventId
Required
string

An 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

{
  "eventId": "3be6453c-03eb-4357-ae5a-984a0e574a54",
  "name": "Pirate Coding Workshop",
  "location": "Computer Room",
  "eventDescription": "Captain Blackbeard shares his love of the C...language. And possibly Arrrrr (R lang).",
  "dates": [
    "2023-10-29"
  ],
  "price": 25
}