Skip to main content
POST
/
v1.0
/
numbers
/
e911address
/
update
json
{
  "PhoneNumber": "+12345678901",
  "AccountId": "AID-eab92510-1040-45a5-bb9c-xxxx",
  "Street1": "Street 1",
  "Street2": "",
  "City": "Lehi",
  "State": "UT",
  "Zip": "84041"
}
{
  "PhoneNumber": "+12345678901",
  "Status": "Success",
  "StatusMessage": ""
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

E911 address update request

PhoneNumber
string
required

E.164-formatted phone number (e.g. +12345678901)

Street1
string
required

Primary street address line

City
string
required

City name

State
string
required

Two-letter US state abbreviation (e.g. UT)

Zip
string
required

ZIP or ZIP+4 postal code

AccountId
string

Account identifier. Required for Distributors managing multiple accounts.

Street2
string

Secondary address line (suite, unit, etc.). Optional.

Response

E911 address updated successfully

The response is of type object.