# Webhooks Webhooks APIs ## Get a webhook by id - [GET /api/v1/webhooks/{id}](https://docs.onboarded.com/openapi/webhooks/getwebhook.md) ## Update a webhook - [PATCH /api/v1/webhooks/{id}](https://docs.onboarded.com/openapi/webhooks/updatewebhook.md) ## Delete a webhook - [DELETE /api/v1/webhooks/{id}](https://docs.onboarded.com/openapi/webhooks/deletewebhook.md) ## Create a webhook - [POST /api/v1/webhooks](https://docs.onboarded.com/openapi/webhooks/createwebhook.md)