Skip to main content
GET
Get an event by id

Authorizations

X-Api-Key
string
header
required

Path Parameters

eventId
string
required

The id of the event to retrieve.

Query Parameters

populate
string

Populates the event with additional options separated by comma.

Default response already includes location, artists, preregister status (is_preregistered) and preregister configuration (preregister).

Populate options:

  • *: All populators
  • ticket-rates: Ticket Rates
  • list-rates: List Rates
  • event-groups: Event Groups
  • preregister: Preregister status and configuration

Response

OK

data
object

The wire contract for an event, AT THE LATEST VERSION.

This is the single source of truth: toEventResponse is annotated to return it (so the code cannot drift from it without a compile error), and the OpenAPI spec + docs + breaking-change gate are all generated from it.

Dates are ISO-8601 strings — the real wire form res.json produces from the underlying Moment values.

Nested relations are typed precisely: ticket_rates, list_rates, location and event_group reuse their own versioned response contracts ($refs in the OpenAPI spec); artists, iframe and preregister are event-owned shapes typed inline to match exactly what the mapper emits.

success
boolean