v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Dynamic Emergency Addresses

Create a dynamic emergency address.

Creates a dynamic emergency address.

post/dynamic_emergency_addresses

Request body

administrative_areastring required
country_code'US' | 'CA' | 'PR' required
created_atstring

ISO 8601 formatted date of when the resource was created

extended_addressstring
house_numberstring required
house_suffixstring
idstring
localitystring required
postal_codestring required
record_typestring

Identifies the type of the resource.

sip_geolocation_idstring

Unique location reference string to be used in SIP INVITE from / p-asserted headers.

status'pending' | 'activated' | 'rejected'

Status of dynamic emergency address

street_namestring required
street_post_directionalstring
street_pre_directionalstring
street_suffixstring
updated_atstring

ISO 8601 formatted date of when the resource was last updated

Example request

{
  "administrative_area": "TX",
  "country_code": "US",
  "created_at": "2018-02-02T22:25:27.521Z",
  "house_number": "600",
  "id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f1",
  "locality": "Austin",
  "postal_code": "78701",
  "record_type": "dynamic_emergency_address",
  "sip_geolocation_id": "XYZ123",
  "status": "pending",
  "street_name": "Congress",
  "street_suffix": "St",
  "updated_at": "2018-02-02T22:25:27.521Z"
}

Response

Dynamic Emergency Address Response

Example response

{
  "data": {
    "administrative_area": "TX",
    "country_code": "US",
    "created_at": "2018-02-02T22:25:27.521Z",
    "house_number": "600",
    "id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f1",
    "locality": "Austin",
    "postal_code": "78701",
    "record_type": "dynamic_emergency_address",
    "sip_geolocation_id": "XYZ123",
    "status": "pending",
    "street_name": "Congress",
    "street_suffix": "St",
    "updated_at": "2018-02-02T22:25:27.521Z"
  }
}