latestOpenAPI 3.0.12026-08-15202774.6 KB

cdae4166b346

Webhook Endpoints

Create webhook endpoint

post/webhooks

Request body

urlstring uri required

The URL where webhook events will be sent

eventsWebhookEventEnum[]

List of event types to subscribe to

descriptionstring

Optional description for the webhook endpoint

Example request

{
  "events": [
    "booking.created"
  ]
}

Response

Created