Set E911
Set 911 information
GET or POST Request
HTTP Post Variables Supported
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