v1
latestOpenAPI 3.0.12026-07-242073551.1 MBAddress Book
Get Address
Returns information for a specific address from your address book, including when it was last updated and by whom.
get/v4/addresses/{addressId}
Path parameters
addressIdstring required
Address Identifier <br />SAPIENT AddressId (assigned by SAPIENT or by you).
Response
Returns the details of a address book.
Example response
{
"AddressId": "John Brown Default",
"ContactName": "Jane Doe",
"CompanyName": "My Company Ltd.",
"ContactEmail": "jane@example.com",
"ContactPhone": "07123887422",
"Line1": "10 Sky Lane",
"Line2": "123 Main Street",
"Line3": "Hills End",
"Town": "Christchurch",
"Postcode": "TW20 0HJ",
"County": "Surrey",
"CountryCode": "GB",
"What3Words": "brick.space.employ",
"LastUpdatedDateUtc": "2022-02-06T16:13:24.010Z",
"LastUpdatedBy": "User A"
}