Toda la documentación
DOCS api / endpoints

PATCH /webhooks/:id

Enable or disable an existing webhook.

Update Webhook State

Endpoint: PATCH /webhooks/:id

Body

NameTypeRequiredDescription
activebooleanYestrue to enable, false to disable.

Response

{
  "data": {
    "id": "webhook-uuid",
    "active": false
  }
}