Businesses

Get a company's registered address

get/api/v2/account-holder/business/registered-address

Response

Successful operation

line1string required
line2string
line3string
postTownstring required
postCodestring required
countryCodestring required

Country code in ISO 3166-1 alpha-2. NB GB is the official country code for the UK. UK is not the officially assigned code, and so is not valid

Example response

{
  "line1": "1A Admiralty Arch",
  "line2": "The Mall",
  "line3": "City of Westminster",
  "postTown": "London",
  "postCode": "SW1A 2WH",
  "countryCode": "GB"
}