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
Name | Description |
---|---|
address Body Required |
curl -X POST \
--url 'https://api.wavix.com/v1/e911_records/validate_address?appid=your-API-key' \
-H 'Accept: application/json' \
-H 'Content-type: application/json' \
--data-raw '{
"phone_number": "phone_number4",
"name": "name6",
"address": {
"street_number": "1230",
"street": "Crim Lane",
"location": "221b",
"city": "Paton",
"state": "Iowa",
"zip_code": "50217"
}
}'