Skip to main content
GET
Get event

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The event's public id (UUID).

Response

The event's public detail view

id
string
required

Stable public identifier (UUID).

Example:

"3f1a2b4c-5d6e-7f80-9a1b-2c3d4e5f6071"

name
string
required

Event name.

Example:

"Annual Conference 2026"

dates
object[]
required

Event date windows.

locations
string[]
required

Display location strings.

Example:
numPeople
number
required

Expected attendee count.

Example:

120

status
string
required

Event status.

Example:

"wait_for_proposals"

createdAt
string
required

Creation timestamp (ISO 8601).

Example:

"2026-01-01T00:00:00.000Z"

venueType
string
required

Venue type.

Example:

"hotel"

currency
string
required

ISO 4217 currency code.

Example:

"USD"

numHotelRoomsNeeded
number | null

Estimated hotel rooms needed.

Example:

50

isMultiDay
boolean | null

Whether the event spans multiple days.

Example:

true

otherNotes
string | null

Free-text notes about the event.

Example:

"Bring badges"