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

Data model description

Webhook subscriptions are configured with a unique ID, User-provided name and POST URL, and an array of User-specified event triggers representing different booking lifecycle events.

Learn more about Webhook subscription configuration

FieldTypeDescription
idstringUnique alphanumeric identifier for the object. The prefix of the Webhook ID is WHK_.
objectstringString representing the object’s type. Objects of the same type share the same value. The value here is webhook.
namestringName of the Webhook. This name is only used by you to easily differentiate between Webhooks in the app.
urlstringThe URL on your side to which we will send the event payload.
eventslistA list of events this Webhook will trigger for.
creation_timetimestampThe time the Webhook was created.