# Webhooks

API for managing webhooks

## List all webhooks

 - [GET /api/v1/webhooks](https://docs.onboarded.com/openapi/webhooks/webhooks.list.md)

## Create a new webhook

 - [POST /api/v1/webhooks](https://docs.onboarded.com/openapi/webhooks/webhooks.create.md)

## Get a webhook by ID

 - [GET /api/v1/webhooks/{webhook_id}](https://docs.onboarded.com/openapi/webhooks/webhooks.findbyid.md)

## Update a webhook

 - [PATCH /api/v1/webhooks/{webhook_id}](https://docs.onboarded.com/openapi/webhooks/webhooks.updatebyid.md)

## Delete a webhook

 - [DELETE /api/v1/webhooks/{webhook_id}](https://docs.onboarded.com/openapi/webhooks/webhooks.deletebyid.md)

