Skip to main content
PUT
Set the emergency (E911) address for a number

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Body

application/json

Operator-supplied E911 dispatchable civic address for a number. All fields are required except street_line_2; country is an ISO-3166 alpha-2 code.

caller_name
string
required

Name of the person / entity at the dispatchable location.

street_line_1
string
required

House number and street.

city
string
required
region
string
required

State / province / region.

postal_code
string
required
country
string
required

ISO-3166 alpha-2 country code.

street_line_2
string

Apartment / suite / floor (optional).

Response

200 - application/json

The persisted emergency address

data
object
meta
object