> For the complete documentation index, see [llms.txt](https://docs.underdogprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.underdogprotocol.com/resources/webhooks.md).

# 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>
