Lookup 911 Record
/info
Full Url:
Arguments:
- token (string, required)
- did_id (int, required if did_number not sent)
- did_number (int, required if did_id not sent)
Info: If you want to look up the address on file (or lack thereof) for a phone number
Example Success:
{
"code": 200,
"status": "success",
"data": {
"id": 42,
"did_id": 15,
"did_number": 5555555555,
"full_name": "Bob McFrob",
"address": "333 Some Street",
"city": "Englewood",
"state": "CO",
"zip": "80112",
"unit_type": "SUITE",
"unit_number": "16B",
"create_dt": "2016-02-05 12:22:06",
"modify_dt": "2016-02-05 12:22:06"
}
}
Example Error:
{
"code": 400,
"status": "error",
"data": "No 911 Information Found"
}
Last modified 3yr ago