Actualizar Webhook

Actualiza la URL, los eventos o la descripción de un webhook.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
urlstringOptionalformat: "uri"
eventslist of stringsOptional
descriptionstringOptional

Response

Webhook actualizado.
idstringformat: "uuid"
urlstring
eventslist of strings

Ejemplo: call.finished, call.started

descriptionstring
secretstring

Secreto de firma HMAC (formato: whsec_…). Solo visible en la creación.

createdAtdatetime