Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
house_number
string
required
Example:

"600"

street_name
string
required
Example:

"Congress"

locality
string
required
Example:

"Austin"

administrative_area
string
required
Example:

"TX"

postal_code
string
required
Example:

"78701"

country_code
enum<string>
required
Available options:
US,
CA,
PR
Example:

"US"

house_suffix
string
street_pre_directional
string
street_suffix
string
Example:

"St"

street_post_directional
string
extended_address
string

Response

Dynamic Emergency Address Response

data
object