Allows users to return Land Registry details of a company.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/GB/landRegistry/{companyId}
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/GB/landRegistry/{companyId}
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/landRegistry/{companyId}?language=en&page=1&pageSize=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "totalSize": 64293, "data": [ { … }, { … } ] }