Skip to content
Get started

Address Verification

Standard Address Verification API.

Provides endpoints to verify and standardize addresses across US and Canada, supporting both structured and freeform inputs.

Note that this uses a different set of lookups than our international API.

Verify
POST/v1/addver/verifications
ModelsExpand Collapse
Errors = object { city, generic, line1, 2 more }

Errors encountered during address verification.

city: optional array of string

Errors related to the city.

generic: optional array of string

Generic errors not tied to a specific field.

line1: optional array of string

Errors related to the first address line.

line2: optional array of string

Errors related to the second address line.

provinceOrState: optional array of string

Errors related to the province or state.

Status = "verified" or "corrected" or "failed"

The verification status of an address.

One of the following:
"verified"
"corrected"
"failed"