# webhook Operations related to webhook management ## Register a webhook endpoint for booking notifications - [POST /webhooks](https://docs.bookabletech.com/apis/production/webhook/webhookapi/webhook/registerwebhook.md) ## Update the webhook callback URL of the specific distributor logged - [PUT /webhooks](https://docs.bookabletech.com/apis/production/webhook/webhookapi/webhook/updatewebhook.md) ## Delete the webhook for a specific distributor - [DELETE /webhooks](https://docs.bookabletech.com/apis/production/webhook/webhookapi/webhook/deletewebhook.md) ## Trigger a test webhook event - [POST /webhooks/test](https://docs.bookabletech.com/apis/production/webhook/webhookapi/webhook/triggertestwebhook.md): Sends a test webhook notification to the registered callback URL. This endpoint is useful for testing webhook integration and verifying that the partner's endpoint can receive and process webhook events correctly.