Response 200
Webhooks
Listar webhooks
Lista los webhooks del tenant.
Autenticación: Bearer JWT
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lista los webhooks del tenant.
{
"webhooks": [
{
"id": "wh_abc123",
"url": "https://miapp.cl/webhooks/folyo",
"eventos": ["dte.emitido", "dte.rechazado"],
"activo": true,
"created_at": "2026-01-15T10:00:00Z"
}
]
}