Skip to main content
Only US addresses are currently supported.

Validate an Address

Request

line1
string
required
Street address
line2
string
Additional address line
city
string
required
City name
state
string
required
2-letter state code
zip
string
required
ZIP code. Format: ##### or #####-####
country
string
default:"US"
Country code

Response

A lookup is considered successful (status code 200) when the request meets requirements and there are no system failures. If the address is valid, validatedAddress is populated with the validated address and coordinates. An address is invalid (not found) when validatedAddress is null.
originalAddress
The original address passed in the request
validatedAddress
Returns the validated address, or null
When the address cannot be matched, the request still returns 200 with validatedAddress set to null: