Use this method to validate E911 service address before activating the feature on a specific DID. The response will include one of the following:
This endpoint requires authentication.
POST /e911_records/validate_address
curl -X POST \
--url 'https://api.wavix.com/v1/e911_records/validate_address?appid=appid' \
-H 'Accept: application/json'\
-H 'Content-Type: application/json' \
--data-raw '{
"phone_number": "phone_number6",
"name": "name6",
"address": {
"street_number": "1230",
"street": "Crim Lane",
"location": "221b",
"city": "Paton",
"state": "Iowa",
"zip_code": "50217"
}
}'