Update a webhook endpoint status.
Status transitions:
- active: Re-enables the endpoint. Use this to:
- Unpause a paused endpoint
- Re-enable an endpoint that is backing-off or disabled due to delivery failures
- When re-enabled, any queued notifications will be sent
- paused: Pauses the endpoint. While paused:
- New notifications are queued (not lost)
- No delivery attempts are made
- Use active to resume and process queued notifications
- archived: Permanently archives the endpoint (soft delete)
Note: The backing-off and disabled statuses are system-managed and cannot be set directly. These occur automatically when delivery failures are detected. Use active to re-enable.
Path parameters
Request body
Response
OK
Changes
Changed in 1 of the 2 revisions of this API.6
- ○
added the new
activeenum value to the request propertystatusrequest-property-enum-value-added
- ○
added the new
pausedenum value to the request propertystatusrequest-property-enum-value-added
- ○
added the optional property
backingOffUntilto the response with the200statusresponse-optional-property-added
- ○
added the optional property
disabledAtto the response with the200statusresponse-optional-property-added
- ○
added the optional property
pausedAtto the response with the200statusresponse-optional-property-added
- ○
added the required property
statusto the response with the200statusresponse-required-property-added
- ○