Search address
Searches for an address.
The API returns a list of matching addresses.
URL
POST https://api.complycube.com/v1/lookup/addresses
Headers
Content-Type
*
string
The content-type must always be set to application/json
.
Authorization
*
string
The API live
or test
key.
Body
line
*
string
The line of the address.
country
*
string
postalCode
*
string
The zip or postal code of the address.
Example request
The Address object
propertyNumber
string
The property number of the address.
buildingName
string
The building name of the address.
line
string
The line of the address.
city
string
The city or town of the address.
state
string
postalCode
string
The zip or postal code of the address.
country
string
Example response
Last updated