Update an endpoint
Updates the status of an existing webhook endpoint.
Currently, only the active
property can be modified. If you need to change the endpoint URL, you must create a new endpoint.
This is typically used to temporarily deactivate or reactivate a webhook listener without removing it entirely.
If an endpoint is deactivated, all pending webhook delivery attempts are immediately cancelled and will not be retried.
When reactivated, the endpoint will begin receiving new events only from that point forward.
Some developers use this toggle intentionally to discard a backlog of failed events — for example, if their API was temporarily unavailable and they want to resume cleanly after resolving the issue.
Parameters
The unique identifier for the webhook endpoint.
Whether the endpoint is active (true
) or inactive (false
).