List of Addresses by IDs

GET {{baseUrl}}/addresses/:addressId

Returns one or more addresss by given address IDs

Example usage

/addresses/9217

/addresses/1593,99234

/addresses/5432,1262,1953,3274

Response Body

Returns a list containing objects as described below

KeyDatatypeMandatoryComments/ Constraints
blockstringNoSingapore only
buildingEstatestringsNoSingapore only
careOfstringNo
countryStringYesISO 3166 country code/name
idNumberYes
levelFloorstringNoSingapore only
postCodestringYes
stateStringYesIf country is Australia the value must be one of 'ACT'/'NSW'/'VIC'/'QLD'/'SA'/'WA'/'TAS'/'NT'. Can also be 'Foreign' if country is not 'Australia'
unitFlatStringNoSingapore only

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

[{"country":"AUSTRALIA","id":358,"postcode":"3000","state":"VIC","streetLine1":"78 Billy Street","streetLine2":"","suburb":"MELBOURNE"},{"country":"AUSTRALIA","id":360,"postcode":"3977","state":"VIC","streetLine1":"15 Carbine Avenue","streetLine2":"","suburb":"Lynbrook"},{"country":"AUSTRALIA","id":359,"postcode":"3977","state":"VIC","streetLine1":"10 Heatia Avenue","streetLine2":"","suburb":"Cranbourne"}]