Skip to content

API: Events

This section explains how to retrieve Tuoni events by ID.


Get Event Details

Fetch a specific event.

GET /api/v1/event/{EVENT_ID} HTTP/1.1
Authorization: Bearer {JWT_TOKEN}

Get Full Event Details

Fetch a specific event using the full event response.

GET /api/v1/event/{EVENT_ID}/full HTTP/1.1
Authorization: Bearer {JWT_TOKEN}