> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/api-reference-webhooks/models.md).

# Models

## The Webhook object

```json
{"openapi":"3.1.1","info":{"title":"Webhook API","version":"1.0.0"},"components":{"schemas":{"Webhook":{"type":"object","properties":{"_id":{"type":"string","description":"Unique identifier of the webhook."},"url":{"type":"string","description":"URL where the webhook will receive notifications.","format":"url"},"events":{"type":"array","description":"array with events name","format":"array","items":{"type":"string"}}}}}}}
```
