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

# Webhooks

Webhooks let you subscribe to events happening in RiskBase; enabling you to receive notifications as they happen, as opposed to polling the API to see if data has changed.

RiskBase will send an HTTP request to a URL of your choice with basic data about each event. You should store this in your application and then separately request more information about the resource (property, task, assessment, etc) via the RiskBase API.
