Get Event
Retrieve a single event, optionally expanding related objects
bookingId, locationId, eventBriefId). Relations are inlined only when requested via expand[].
Expanding related objects
Pass one or moreexpand[] query parameters to inline related objects. On this endpoint, paths are written as-is — no prefix.
| Path | Adds |
|---|---|
location | The event’s location object |
services | The event’s services array |
staff | The event’s staff array |
addons | The event’s addons array |
resources | The event’s resources array |
booking | The parent booking object |
booking.lead | lead inside booking (auto-promotes booking) |
booking.eventType | eventType inside booking (auto-promotes booking) |
booking.invoices | invoices array inside booking (auto-promotes booking) |
booking.* path automatically expands booking itself — you do not need to list booking separately.Expanded response
Withexpand[]=booking.lead&expand[]=booking.invoices, the response inlines the nested objects under booking:
Limits
- Maximum 20 expand paths per request (duplicates are deduplicated).
- Maximum nesting depth of 4 segments.
- Unknown or malformed paths return
400.
Authorizations
API key for authentication
Path Parameters
The event id.
Query Parameters
Inline related objects. Allow-listed paths: location, services, staff, addons, resources, booking, booking.lead, booking.eventType, booking.invoices. Requesting any booking.* path auto-promotes booking. Max 20 paths, max depth 4.
Response
Event retrieved successfully
Default response includes only the fields below plus foreign-key ids (bookingId, locationId, eventBriefId). Related objects (location, services, staff, addons, resources, booking) appear only when requested via expand[].
event Public URL to view the event brief, or null if no brief exists.
Arbitrary JSON metadata attached to the event.
Minutes.
Minutes.
Minutes.
Minutes.
Minutes.
Minutes.
Minutes.
Present only when expand[]=location (or data.location on list).
Present only when expanded.
Present only when expanded.
Present only when expanded.
Present only when expanded.
Present only when expanded (auto-promoted by any booking.* expand).

