Skip to main content
PATCH /v1/webhooks/{webhook_id}/reactivate Re-enable a webhook subscription that was automatically disabled after reaching its failure threshold. Resets failure_count to 0 and sets active back to true. Use this after fixing the issue that caused delivery failures (e.g., your endpoint was down, returned 5xx, or timed out).

Parameters

Example

Response

Bulk Reactivate

To re-enable all disabled webhooks at once:

Errors