Standard API
Resolves a partial street address into a list of full address candidates, optionally selecting a specific candidate by index and verifying it.
Basic usage — omit index: returns an array of CompletedAddressItem results for the given partialStreet.
With index — specify index to resolve a single candidate. Returns a single CompletedAddressItem.
With index + verify=true — additionally runs the selected address through the USPS/Canada Post verifier and returns a StandardVerifiedAddress.
- Uses 1 lookup per call (plus 1 more if geocoding a result).
post/v1/addver/completions
Query parameters
indexinteger
verifyboolean
properCaseboolean
geocodeboolean
includeDetailsboolean
verifiedOnlyboolean
filterExactboolean
limitinteger
Request body
Response
The request has succeeded.
Changes
Changed in 1 of the 7 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 21 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○