Webhooks

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}

Was this page helpful?