← Back to catalog
ukcompany.details
mock data$0.001 / callUK Company Details
Full details for a UK company by Companies House number — company name, type, status, SIC codes, registered address, accounts due date, confirmation statement due, charges, insolvency history (Companies House UK Gov)
Input schema
company_numberrequired
stringUK Companies House number (e.g. "00048839" for Barclays, "00445790" for Tesco). Get from search results
Call via REST
curl -X POST https://unifyapi.pro/api/call/ukcompany.details \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"company_number":"<company_number>"}'