Skip to main content
Only US addresses are currently supported.

Validate an Address

Request

string
required
Street address
string
Additional address line
string
required
City name
string
required
2-letter state code
string
required
ZIP code. Format: ##### or #####-####
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.
The original address passed in the request
Returns the validated address, or null
When the address cannot be matched, the request still returns 200 with validatedAddress set to null: