Webhooks
To retrieve the bookings of one of your Datelist calendars, you must tell our application to send you all the new booking events, by "subscribing to a webhook".
/api/webhooks
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": 1234,
"calendar_id": 12,
"user_id": 23,
"url": "https://datelist.io/webhooks/12345",
"created_at": "2021-06-15T12:31:25.652Z",
"updated_at": "2021-06-15T12:31:25.652Z",
}
Last updated