These routes allow you to CRUD webhooks within Cal.com.
Find all webhooks
GET
/webhooks
Create a new webhook
POST
/webhooks
Find a webhook
GET
/webhooks/{id}
Edit an existing webhook
PATCH
/webhooks/{id}
Delete a webhook
DELETE
/webhooks/{id}
Introduction
Core Features
Enterprise Features
How To Guides
These routes allow you to CRUD webhooks within Cal.com.
/webhooks
/webhooks
/webhooks/{id}
/webhooks/{id}
/webhooks/{id}
Was this page helpful?