# Webhooks

 - [Webhook Integration System](https://docs.pers.ninja/swagger/webhooks/webhook-integration-system.md): ## Webhook Integration System <div style="font-size: 14px; line-height: 1.5;"> Webhook proxy and integration system for external service notifications. Handles incoming webhook events and integrates w
 - [POST /hooks](https://docs.pers.ninja/swagger/webhooks/webhookcontroller_create.md)
 - [GET /hooks](https://docs.pers.ninja/swagger/webhooks/webhookcontroller_list.md)
 - [GET /hooks/executions](https://docs.pers.ninja/swagger/webhooks/webhookcontroller_getexecutions.md): Get webhook execution history with filtering options. Filters: - hookId: Filter by specific webhook (optional - omit for all webhooks) - status: Filter by execution status (success, failed, pending) -
 - [GET /hooks/{hookId}](https://docs.pers.ninja/swagger/webhooks/webhookcontroller_get.md)
 - [PUT /hooks/{hookId}](https://docs.pers.ninja/swagger/webhooks/webhookcontroller_update.md)
 - [DELETE /hooks/{hookId}](https://docs.pers.ninja/swagger/webhooks/webhookcontroller_delete.md)
