Address Book
Get Address
Retrieves detailed information on a specific address record stored in the system's address book. With this endpoint, you can query for an address using a unique identifier and get the relevant details associated with it.
get/v4/addresses/{addressId}
Path parameters
addressIdstring required
A unique identifier for each address record assigned by the system (ID) or by you (alias). This information ensures that each address is distinctly referenced and managed within the system.
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",
"Line1": "10 Sky Lane",
"CountryCode": "GB",
"What3Words": "brick.space.employ",
"LastUpdatedDateUtc": "2022-02-06T16:13:24.010Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.