EndpointsGet Events Eventid
Endpoints

GET /events/{eventId}

Get details of a specific event

curl -X GET "https://api.kucskabolka.com/v1/events/example_string" \
  -H "Content-Type: application/json"
{}
GET
/events/{eventId}
GET
path
eventIdstring
Required

The unique identifier of the event

Request Preview
Response

Response will appear here after sending the request

Path Parameters

eventIdstring
Required

The unique identifier of the event

Responses

Event details retrieved successfully

Was this page helpful?