Validate an address
POST
/api/form/address
Validate an address. The address is geocoded and validated against the referrer’s settings.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ” InputAddress
object
line1
required
String
The first line of the address
string
line2
String
The second line of the address, i.e. apartment or suite number
string
city
required
String
string
state
required
String
string
postalCode
required
String
The postal code or zip code
string
Responses
Section titled “ Responses ”OK
OutputAddress
object
line1
required
String
The first line of the address
string
line2
String
The second line of the address, i.e. apartment or suite number
string
city
required
String
string
state
required
String
string
postalCode
required
String
The postal code or zip code
string
Too Many Requests
ProblemDetails
object
type
String
string
title
String
string
status
Nullable`1
integer format: int32
detail
String
string
instance
String
string
key
additional properties
Object