Set E911
Set 911 information
Last updated
Set 911 information
https://v1.api19.com/e911/set
Set 911 information for a number
Argument
Required
Type
did
yes
10 digit number
key
yes
api key
address1
yes
string
address2
no
string
city
yes
string
state
yes
2 character state code
zip
yes
string
curl https://v1.api19.com/e911/get \
-d 'key=api_token' \
-d 'did=5555555555' \
-d 'address1=123 Some Street' \
-d 'city=Denver' \
-d 'state=CO' \
-d 'zip=55555'{
"status":"ok",
"data":"E911 updated"
}Last updated