# WebHooks

Registration and management of Webhook subscriptions.

## Retrieve a WebHook

 - [GET /webhooks/{id}](https://developer.auvo.com.br/en/openapi/api-reference/webhooks/retrieve-a-web-hook.md): Returns the details of a WebHooks record identified by its unique identifier.

## Delete a WebHook

 - [DELETE /webhooks/{id}](https://developer.auvo.com.br/en/openapi/api-reference/webhooks/delete-a-web-hook.md): Removes the relationship or WebHooks record from your account. This operation cannot be undone.

## Add a new WebHook

 - [POST /webhooks](https://developer.auvo.com.br/en/openapi/api-reference/webhooks/add-a-new-web-hook.md): Creates a WebHooks record in your account using the data provided in the request body.

## Retrieve a list of WebHooks

 - [GET /webhooks](https://developer.auvo.com.br/en/openapi/api-reference/webhooks/retrieve-a-list-of-web-hooks.md): Returns a paginated list of WebHooks registered in your account. Use query parameters to filter, sort and paginate results.

