Crear Webhook
Registra un nuevo endpoint para recibir eventos.
Al crear el webhook se genera automáticamente un secreto de firma HMAC (whsec_...).
Los eventos disponibles son: call.started, call.finished, call.failed.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
url
URL pública que recibirá los eventos.
events
Eventos a escuchar. Ejemplo: call.started, call.finished, call.failed
description
Response
Webhook creado (incluye el secreto de firma).
id
url
events
Ejemplo: call.finished, call.started
description
secret
Secreto de firma HMAC (formato: whsec_…). Solo visible en la creación.
createdAt
