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
Key | Datatype | Mandatory | Comments/ Constraints |
---|---|---|---|
block | string | No | Singapore only |
buildingEstate | strings | No | Singapore only |
careOf | string | No | |
country | String | Yes | ISO 3166 country code/name |
id | Number | Yes | |
levelFloor | string | No | Singapore only |
postCode | string | Yes | |
state | String | Yes | If 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' |
unitFlat | String | No | Singapore only |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
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"}]