> ## Documentation Index
> Fetch the complete documentation index at: https://docs.leamout.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks overview

> Subscribe HTTPS endpoints to Leamout domain events.

Webhooks deliver organization-scoped Leamout events to customer HTTPS endpoints.

Create a webhook endpoint with a URL, event subscriptions, and optional enabled state:

```json theme={null}
{
  "url": "https://example.com/leamout/webhooks",
  "subscribed_events": ["call.answered", "call.completed"]
}
```

The create flow returns endpoint metadata and a signing secret. Store that secret securely; it is used to authenticate deliveries.

Leamout tracks delivery state, attempt count, replay count, response status/body, last error, retry timing, and delivery timestamp.
