Validate and normalize a US address via Smarty

Advisory endpoint an ISV can call before creating a user. The submitted
address is sent to Smarty for validation/normalization. On success the
normalized address is returned along with a status:
verified (input already matched exactly), corrected (normalized and
changed), or missing_secondary (deliverable but missing an apartment/
suite number). If Smarty cannot find the address, responds 422 with code
address_not_found. Does not create a user or persist anything.

US addresses only (Smarty US Street Address API).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

First line of the street address (e.g. '123 Main St')

string

Second line of the street address, e.g. apartment or suite (optional)

string
required

City

string
required

Two-letter state abbreviation

string
required

Zip code

string
required

ISO 3166 alpha-2 country code. Only 'US' is supported.

Headers
uuid

Internal use only

Responses

401

Access token is missing or invalid

Language
Credentials
http
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json