These docs are for v1.0.0. Click to read the latest docs for v2.0.0.

Sample event object

The following is an example of an event object. The object has a unique ID, object type event, time of creation, event type (the event that triggered the payload), API version, and data object. For a booking lifecycle event, the data object will contain a booking object with information about the relevant booking. Learn more about the booking object

{
  "id": "EVNT-KN56U3YL7C",
  "object": "event",
  "creation_time": "2018-03-22T09:49:12Z",
  "type": "booking.scheduled",
  "api_version": "v1",
  "data": {}
}