latestOpenAPI 3.0.12026-08-108798310.5 KB

fa1a72b9ecec

Addresses

Get the account holder's addresses

get/api/v2/addresses

Response

Successful operation

Example response

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