Update webhook

Modify an existing webhook subscription — change its URL, event type, or active status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Use this endpoint to modify an existing webhook subscription. Update the destination URL, change the event type, or toggle the active status without deleting and recreating the webhook.

When to use this endpoint

  • Changing the destination URL when migrating to a new server or environment
  • Switching a webhook from one event type to another
  • Enabling or disabling a webhook temporarily (set active to 1 or 0)
  • Reactivating a previously disabled webhook after testing is complete

Considerations

  • The webhook_id path parameter is the ID returned when the webhook was created — retrieve it from All webhooks available
  • Only the fields you include in the request body are updated; omitted fields remain unchanged
  • Setting active to 0 pauses delivery without removing the subscription

Related endpoints

Path Params
integer
required

Webhook ID

Body Params
string

Webhook URL

events
array

Events to listen for

events
Response

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