# Managing Webhooks

The Webhooks API endpoint allows you to manage the webhooks setup on your account.  Your account can have multiple webhooks configured, but only the default webhook will be called with monitoring alerts unless you specify a different `webhookID` when adding monitored items (see the various monitoring APIs for more details). &#x20;

You may only register webhooks with URLs matching domains you have verified ownership of with Enzoic.  If you need to register a webhook on a domain you have not verified, please contact Enzoic support.

{% content-ref url="/pages/RUhtGmqUBm2gqmyHeI2c" %}
[Register a Webhook](/enzoic-api-developer-documentation/api-reference/breach-monitoring-api/webhooks/managing-webhooks/register-a-webhook.md)
{% endcontent-ref %}

{% content-ref url="/pages/QgATgK10PhUXkn51brIZ" %}
[Update a Webhook](/enzoic-api-developer-documentation/api-reference/breach-monitoring-api/webhooks/managing-webhooks/update-a-webhook.md)
{% endcontent-ref %}

{% content-ref url="/pages/4oYelBJkDoLdBuirumFx" %}
[Delete a Webhook](/enzoic-api-developer-documentation/api-reference/breach-monitoring-api/webhooks/managing-webhooks/delete-a-webhook.md)
{% endcontent-ref %}

{% content-ref url="/pages/9pMdLtdjxOkDhrVJ4GSn" %}
[Query Registered Webhooks](/enzoic-api-developer-documentation/api-reference/breach-monitoring-api/webhooks/managing-webhooks/query-registered-webhooks.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enzoic.com/enzoic-api-developer-documentation/api-reference/breach-monitoring-api/webhooks/managing-webhooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
