Update a webhook

Update an existing webhook's configuration.

Updatable Fields:

  • name - Change the webhook name
  • url - Change the delivery URL (must be HTTPS)
  • status - Change webhook status (active, disabled)
  • events - Update subscribed events

Status Management:

  • active - Webhook is enabled and will receive deliveries
  • disabled - Webhook is disabled and will not receive deliveries
  • failed - Automatically set after 10 consecutive failures

Note: You cannot update the system identifier or secret key. To rotate the secret key, use the regenerate secret endpoint.

Example:

{
  "webhook": {
    "status": "disabled"
  }
}
Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!