🪝Webhooks

Webhooks provide a powerful way to receive real-time notifications of events in your system.

NOTE: V3 is currently in the beta phase and is subject to change.

Overview

When certain events occur, our API will send an HTTP POST request to the specified URL, delivering a payload with event details. This enables you to automate reactions or synchronize data without the need for polling.

Events

Here are the currently supported events you can subscribe to:

  • Status changes in a booking

Last updated