← Back to docs
Webhooks
GET/v1/webhooks
List webhooks endpoint
Use the list webhooks endpoint to inspect active Entylink webhook subscriptions and reconcile which companies and event sets are currently monitored.
When to use it
Practical implementation contexts
Load the webhook management UI
Audit currently monitored companies
Sync account webhook state into internal tools
Auth
Access model
Authentication
API key or dashboard session
Request
curl https://api.entylink.com/v1/webhooks \
-H "Authorization: Bearer etl_live_••••••••a7f2"
Response
Response exampleapplication/json
{
"data": [
{
"id": "wh_abc123",
"company_number": "08804411",
"events": ["filing.new", "officer.appointed"],
"is_active": true
}
]
}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.