Companies House
Integration with UK Companies House API for retrieving official company information. Provides endpoints to search companies by name or number, get detailed company information, retrieve company officers, fetch key dates for compliance tracking, view filing history with filtering by category, get specific filing details, and download official documents as PDFs.
-
GET SearchSearch the Companies House register for companies matching the query - either name or number/tenants/{tenant}/companies-house/search
-
GET Get Company DetailsRetrieve detailed information about a specific company/tenants/{tenant}/companies-house/{companyNumber}
-
GET Get Company OfficersRetrieve the list of current and former officers for a company/tenants/{tenant}/companies-house/{companyNumber}/officers
-
GET Get Key DatesRetrieve important upcoming dates for a company/tenants/{tenant}/companies-house/{companyNumber}/key-dates
-
GET Get Filing HistoryRetrieve the filing history for a company/tenants/{tenant}/companies-house/{companyNumber}/filing-history
-
GET Get Filing DetailsRetrieve detailed information about a specific filing/tenants/{tenant}/companies-house/{companyNumber}/filing-history/{transactionId}
-
GET Get DocumentRetrieve a specific document from Companies House/tenants/{tenant}/companies-house/{companyNumber}/documents/{documentId}