# Webhooks

Manage webhooks for event notifications

 - [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.
 - [POST /webhooks](https://api-docs.webwork-tracker.com/api/webhooks/createwebhook.md)
 - [GET /webhooks/{webhookId}](https://api-docs.webwork-tracker.com/api/webhooks/getwebhook.md)
 - [PUT /webhooks/{webhookId}](https://api-docs.webwork-tracker.com/api/webhooks/updatewebhook.md)
 - [DELETE /webhooks/{webhookId}](https://api-docs.webwork-tracker.com/api/webhooks/deletewebhook.md)
