← Back to docs
Companies
GET/v1/company/{number}/officers
List officers endpoint
Use the officers endpoint to retrieve current and resigned company officers after resolving the company record.
When to use it
Practical implementation contexts
Review directors during business verification
Inspect appointment history in fraud and compliance workflows
Power internal company profile pages with officer data
Auth
Access model
Authentication
API key or dashboard session
Request
curl https://api.entylink.com/v1/company/08804411/officers \
-H "Authorization: Bearer etl_live_••••••••a7f2"
Parameters
ParameterTypeDescription
numberstringA 6 to 10 character Companies House number
Response
Response exampleapplication/json
{
"data": {
"items": [
{
"name": "Storonsky, Nikolay",
"officer_role": "director",
"appointed_on": "2013-07-16"
}
]
}
}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.