# Webhooks Manage webhooks for event notifications ## Get All Webhooks - [GET /webhooks](https://api-docs.webwork-tracker.com/api/webhooks/getwebhooks.md): Retrieve all webhooks for a specific workspace. Requires workspace_id as query parameter. ## Create Webhook - [POST /webhooks](https://api-docs.webwork-tracker.com/api/webhooks/createwebhook.md) ## Get Webhook - [GET /webhooks/{webhookId}](https://api-docs.webwork-tracker.com/api/webhooks/getwebhook.md) ## Update Webhook - [PUT /webhooks/{webhookId}](https://api-docs.webwork-tracker.com/api/webhooks/updatewebhook.md) ## Delete Webhook - [DELETE /webhooks/{webhookId}](https://api-docs.webwork-tracker.com/api/webhooks/deletewebhook.md)