Entylink
← Back to docs
Companies
GET/v1/company/{number}/filings

List filings endpoint

Use the filings endpoint to inspect company filing history for verification, due diligence, and monitoring workflows.

When to use it

Practical implementation contexts

Render filing timelines inside product workflows

Inspect confirmation statements, accounts, and appointment changes

Trigger review logic based on new company filings

Auth

Access model

Authentication

API key or dashboard session

Request
curl https://api.entylink.com/v1/company/08804411/filings \ -H "Authorization: Bearer etl_live_••••••••a7f2"
Parameters
ParameterTypeDescription
numberstringA 6 to 10 character Companies House number
Response
Response exampleapplication/json
{
  "data": {
    "items": [
      {
        "date": "2024-03-14",
        "type": "CS01",
        "description": "Confirmation statement with no updates"
      }
    ]
  }
}
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.