Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Parameters that can be defined during address creation
The first name associated with the address. An address must have either a first last name or a business name.
"Alfred"
The last name associated with the address. An address must have either a first last name or a business name.
"Foster"
The business name associated with the address. An address must have either a first last name or a business name.
"Toy-O'Kon"
The primary street address information about the address.
"600 Congress Avenue"
The locality of the address. For US addresses, this corresponds to the city of the address.
"Austin"
The two-character (ISO 3166-1 alpha-2) country code of the address.
"US"
A customer reference string for customer look ups.
"MY REF 001"
The phone number associated with the address.
"+12125559000"
Additional street address information about the address such as, but not limited to, unit number or apartment number.
"14th Floor"
The locality of the address. For US addresses, this corresponds to the state of the address.
"TX"
The neighborhood of the address. This field is not used for addresses in the US but is used for some international addresses.
"Ciudad de los deportes"
The borough of the address. This field is not used for addresses in the US but is used for some international addresses.
"Guadalajara"
The postal code of the address.
"78701"
Indicates whether or not the address should be considered part of your list of addresses that appear for regular use.
false
Indicates whether or not the address should be validated for emergency use upon creation or not. This should be left with the default value of true unless you have used the /addresses/actions/validate endpoint to validate the address separately prior to creation. If an address is not validated for emergency use upon creation and it is not valid, it will not be able to be used for emergency services.
true
Response
Successful response