latestOpenAPI 3.0.12026-08-15202774.6 KB
cdae4166b346
Webhook Endpoints
Create webhook endpoint
post/webhooks
Request body
Example request
{
"events": [
"booking.created"
]
}Response
Created
{
"events": [
"booking.created"
]
}Created