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

Field

Type

Description

id

string

Unique alphanumeric identifier for the object. The prefix of the Webhook ID is WHK_.

object

string

String representing the object’s type. Objects of the same type share the same value. The value here is webhook.

name

string

Name of the Webhook. This name is only used by you to easily differentiate between Webhooks in the app.

url

string

The URL on your side to which we will send the event payload.

events

list

A list of events this Webhook will trigger for.

creation_time

timestamp

The time the Webhook was created.