Hi Community!
I would like keep check on any customers that appoint new PSCs or where PSC is no longer valid.
I’ve tried the following api, passing the registration number to return a list of officers…
GET https://api.company-information.service.gov.uk/company/{company_number}/officers
But the returned list of officers does not appear to contain the PSC_ID
There is a “person_number” but this number appears to be unique to the appointment and not unique to the officer.
And therefore I cannot use this value in the following api
Does anyone know if the CH api can be used to get PSC changes for passed registration numbers or if there is another way (without using a different paid-for service)
Thanks in advance!