put
https://queries-test.envia.com/webhooks/
Modify an existing webhook subscription — change its URL, event type, or active status.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
activeto1or0) - Reactivating a previously disabled webhook after testing is complete
Considerations
- The
webhook_idpath 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
activeto0pauses delivery without removing the subscription
Related endpoints
- All webhooks available — find the
idof the webhook to update - Create webhook — register a new subscription
- Webhook types — look up event types if switching the subscription
