Skip to main content
POST
Create Address

Authorizations

Authorization
string
header
required

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

Body

application/json
friendly_name
string
required

Display name for address

Example:

"Corporate Headquarters"

customer_name
string
required

Name of customer/business

Example:

"Acme Corporation"

street
string
required

Street address

Example:

"123 Business Ave"

city
string
required

City name

Example:

"San Francisco"

region
string
required

State or province

Example:

"CA"

postal_code
string
required

ZIP or postal code

Example:

"94105"

iso_country
string
required

ISO country code

Example:

"US"

street_secondary
string

Apartment, suite, etc. (optional)

Example:

"Suite 100"

Response

Address created

sid
string
friendly_name
string
customer_name
string
street
string
street_secondary
string
city
string
region
string
postal_code
string
iso_country
string
emergency_enabled
boolean
validated
boolean
verified
boolean
date_created
string<date-time>
date_updated
string<date-time>