# Webhooks

## The Webhook Model

<table><thead><tr><th>Property</th><th width="336.6666666666667">Description</th><th>Type</th></tr></thead><tbody><tr><td><code>id</code></td><td>Unique identifier for the Webhook</td><td>string</td></tr><tr><td><code>url</code></td><td>URL to send POST request to</td><td>string</td></tr><tr><td><code>valid</code></td><td>Whether or not the Webhook is valid</td><td>boolean</td></tr><tr><td><code>triggers</code></td><td>The transaction types that trigger the Webhook</td><td></td></tr><tr><td><code>walletAddress</code></td><td>Wallet address that owns the webhook</td><td>string</td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>List all Webhooks</strong></td><td></td><td><a href="/pages/mLhcrwdvqZPqA1xLaI7X">GET -></a></td><td><a href="/pages/0iyG1rdlQTNaQXn2ANhY">/pages/0iyG1rdlQTNaQXn2ANhY</a></td></tr><tr><td><strong>Create a Webhook</strong></td><td></td><td><a href="/pages/mL5qL7a0WKsrEetbC0e3">POST -></a></td><td><a href="/pages/mL5qL7a0WKsrEetbC0e3">/pages/mL5qL7a0WKsrEetbC0e3</a></td></tr><tr><td><strong>Delete a Webhook</strong></td><td></td><td><a href="/pages/F0AOT1RTfteSJ0lZCfdQ">DELETE -></a></td><td><a href="/pages/F0AOT1RTfteSJ0lZCfdQ">/pages/F0AOT1RTfteSJ0lZCfdQ</a></td></tr></tbody></table>


---

# 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.underdogprotocol.com/resources/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.
