Set E911

Set 911 information

GET or POST Request

circle-info

https://v1.api19.com/e911/set

Set 911 information for a number

HTTP Post Variables Supported

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'

Last updated