Hi,
I’m trying to access officers information by using the python get request, but keep having the 401 error message when using the following code:
response = requests.get(“https://api.companieshouse.gov.uk/company/07166427/officers”,
headers = {“Authorization”: “my_key_here”}
)
Any idea why?
Thanks!
Camille