v1
latestOpenAPI 3.0.02026-07-22469.0 KBEvents
Get a single event by id for the authenticated organization
get/v1/events/{id}
Path parameters
idstring required
The event's public id (UUID).
Response
Example response
{
"id": "3f1a2b4c-5d6e-7f80-9a1b-2c3d4e5f6071",
"name": "Annual Conference 2026",
"dates": [
{
"startDate": "2026-03-15",
"endDate": "2026-03-17",
"date": "2026-03-15"
}
],
"locations": [
"Monterey, CA, USA"
],
"numPeople": 120,
"status": "wait_for_proposals",
"createdAt": "2026-01-01T00:00:00.000Z",
"venueType": "hotel",
"numHotelRoomsNeeded": 50,
"isMultiDay": true,
"otherNotes": "Bring badges",
"currency": "USD"
}