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.
patch/webhook/{webhookId}
Path parameters
webhookIdstring required
Request body
Response
OK