← Back to docs
Webhooks
PATCH/v1/webhooks/{id}
Update webhook endpoint
Use the update webhook endpoint to rotate the destination URL, change subscribed events, or toggle whether the webhook is active.
When to use it
Practical implementation contexts
Pause monitoring temporarily
Rotate webhook destinations safely
Expand or reduce event coverage for a monitored company
Auth
Access model
Authentication
API key or dashboard session
Request
curl https://api.entylink.com/v1/webhooks/wh_abc123 \
-X PATCH \
-H "Authorization: Bearer etl_live_••••••••a7f2" \
-H "Content-Type: application/json" \
-d '{
"is_active": false
}'
Parameters
ParameterTypeDescription
idstringWebhook identifier returned when created
urlstringNew destination URL, optional
eventsstring[]Replacement event array, optional
is_activebooleanSet active state, optional
Response
Response exampleapplication/json
{
"data": {
"id": "wh_abc123",
"company_number": "08804411",
"events": ["filing.new", "officer.appointed"],
"is_active": false
}
}Next step
Move from docs into a real registry workflow.
Entylink is built for teams embedding UK company data, verification, and monitoring into products rather than manually browsing the register.