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

# Listar webhooks

> Lista los webhooks del tenant.

**Autenticación:** Bearer JWT

```json Response 200 theme={null}
{
  "webhooks": [
    {
      "id": "wh_abc123",
      "url": "https://miapp.cl/webhooks/folyo",
      "eventos": ["dte.emitido", "dte.rechazado"],
      "activo": true,
      "created_at": "2026-01-15T10:00:00Z"
    }
  ]
}
```
