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

Get company endpoint

Use the company lookup endpoint to retrieve the main structured company record for a Companies House number and anchor downstream officer, PSC, filing, and monitoring flows.

When to use it

Practical implementation contexts

Resolve a verified company record after search

Populate business onboarding and verification flows

Fetch the anchor entity before officers, PSCs, or filings

Auth

Access model

Authentication

API key or dashboard session

Request
curl https://api.entylink.com/v1/company/08804411 \ -H "Authorization: Bearer etl_live_••••••••a7f2"
Parameters
ParameterTypeDescription
numberstringA 6 to 10 character Companies House number
Response
Response exampleapplication/json
{
  "data": {
    "company_number": "08804411",
    "company_name": "REVOLUT LTD",
    "company_status": "active",
    "date_of_creation": "2013-07-16",
    "jurisdiction": "england-wales"
  },
  "meta": {
    "cached": true,
    "source": "companies_house"
  }
}
Related pages

Keep moving from docs into implementation and evaluation

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.