Only US addresses are currently supported.
Validate an Address
Request
Street address
Additional address line
City name
2-letter state code
ZIP code. Format:
##### or #####-####Country code
Response
A lookup is considered successful (status code200) 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
null200 with validatedAddress set to null: