← Back to docs
Companies
GET/v1/company/{number}/psc
List PSC endpoint
Use the PSC endpoint to retrieve control and ownership-related records for a UK company and feed KYB, compliance, or fraud review workflows.
When to use it
Practical implementation contexts
Inspect significant control records during KYB review
Track ownership-related change over time
Join PSC data to company and officer context in product flows
Auth
Access model
Authentication
API key or dashboard session
Request
curl https://api.entylink.com/v1/company/08804411/psc \
-H "Authorization: Bearer etl_live_••••••••a7f2"
Parameters
ParameterTypeDescription
numberstringA 6 to 10 character Companies House number
Response
Response exampleapplication/json
{
"data": {
"items": [
{
"name": "Mr Nikolay Storonsky",
"kind": "individual-person-with-significant-control",
"natures_of_control": [
"ownership-of-shares-25-to-50-percent"
]
}
]
}
}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.