Search address
Searches for an address.
The API returns a list of matching addresses.
URL
POST https://api.complycube.com/v1/lookup/addresses
Headers
Name
Type
Description
Content-Type
*
string
The content-type must always be set to application/json
.
Authorization
*
string
The API live
or test
key.
Body
Name
Type
Description
line
*
string
The line of the address.
postalCode
*
string
The zip or postal code of the address.
Example request
The Address object
Attribute
Type
Description
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
The county, state, or province of the client's address. When country is US
, this will be the state's USPS abbreviation (e.g. NY
, CA
, or DE
).
postalCode
string
The zip or postal code of the address.
Example response
Last updated