Backend API
cURL
curl --request POST \ --url https://api.wacht.dev/webhooks/endpoints/{endpoint_id}/reactivate \ --header 'Authorization: <api-key>'
{ "success": true, "message": "Endpoint https://example.com/webhook reactivated successfully" }
Reactivate a disabled webhook endpoint and clear failure counter
API key authentication (format: Bearer {api_key})
Endpoint ID
Endpoint reactivated
Whether reactivation was successful
true
Response message
"Endpoint https://example.com/webhook reactivated successfully"
Was this page helpful?