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"
  }
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Webhook ID

Body Params
string

Webhook name

uri

HTTPS URL

string
enum

Webhook status

Allowed:
events
array of strings

Array of event types

events
Headers
string
required
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json