latestOpenAPI 3.0.12026-08-15202774.6 KB

cdae4166b346

Webhook Endpoints

Update webhook endpoint

patch/webhooks/{id}

Request body

urlstring uri required

The URL where webhook events will be sent (required by Svix API)

eventsWebhookEventEnum[]

List of event types to subscribe to

descriptionstring

Optional description for the webhook endpoint

disabledboolean

Whether to disable the endpoint

Example request

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

Response

OK