Hi all,
I’m trying to return the list of officers for various companies using the endpoint GET https://api.company-information.service.gov.uk/company/{company_number}/officers. However, no matter what company number I try, it always returns the following response:
Response [200]
{"active_count": 0, "etag": "", "items": [], "items_per_page": 35, "kind": "officer-list", "links": {}, "resigned_count": 0, "inactive_count": 0, "start_index": 0, "total_results": 0}
Some of the company numbers I’ve tried include 4250076, 5035508, and 3187591 - all of which show active officers on their Companies House pages.
Any idea what might be going wrong?