Skip to content

GB Land Registry

Request

Allows users to return Land Registry details of a company.

Security
bearerToken
Path
companyIdstringrequired

A company Safe Number or Connect ID.

Query
languagestring^[a-zA-Z]{2}$

language the report is requested in.

Default:"en"
pageinteger

Starting page number.

Default:1
pageSizeinteger

Specifies the number of items to be displayed per page. Allowed values are between 1 and 100.

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>'

Responses

Bodyapplication/json
object(CreditsafeLocalSolutionsGBLandRegistry)
Response
{ "totalSize": 64293, "data": [ {}, {} ] }