Changes

Jump to navigation Jump to search

Category:Webhooks

94 bytes added, 13 August
no edit summary
Webhooks are small messages sent from our server to yours, they can be used to trigger an action on your server in a timely manner, for example to retrieve a new booking via API.
= Version 1 Booking Webhook =  V1 booking webhooks use the GET method 
Triggered on a new or modification to an existing booking.
== Version 2 Booking Webhook ==
 
V2 booking webhooks use the POST method
Booking webhooks can contain the booking data as a JSON object in their body.

Navigation menu