Skip to content

Validate an address

POST
/api/form/address

Validate an address. The address is geocoded and validated against the referrer’s settings.

Authorizations

Request Body required

object
line1
required

The first line of the address

string
line2

The second line of the address, i.e. apartment or suite number

string
nullable
city
required
string
state
required
string
postalCode
required

The postal code or zip code

string

Responses

200

OK

object
line1
required

The first line of the address

string
line2

The second line of the address, i.e. apartment or suite number

string
nullable
city
required
string
state
required
string
postalCode
required

The postal code or zip code

string

429

Too Many Requests

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties