Webhooks
These routes allow you to CRUD webhooks within Cal.com.
get
http://localhost:3002/v1
/hooks
Finds all webhooks
post
http://localhost:3002/v1
/hooks
Creates a new webhook
get
http://localhost:3002/v1
/hooks/{id}
Find a webhook from id
patch
http://localhost:3002/v1
/hooks/{id}
Edit an existing webhook identified by id
delete
http://localhost:3002/v1
/hooks/{id}
Deletes a webhook identified by id
Last modified 7mo ago