Hi,
I thought that this would be easy. I have got the Oracle PLSQL code working to search for a company and I am trying to follow that up with an API call to get company details for a specific company - and so far failing.
I am using
https://developer.companieshouse.gov.uk/api/docs/company/company_number/readCompanyProfile.html
so my endpoint is https://api.companieshouse.gov.uk/company/
and I then pass in a parameter called ‘company_number’ with a string value of the actual company number that I’m interested in.
The result returned is simply {}.
I’m sure that I’m doing something silly, but I have been trying variations all afternoon with no luck.
Regards,
Chris