list e911 records
Use this method to retrieve the list of E911-enabled numbers.
This endpoint requires authentication.
GET /e911_records
Name | Description |
---|---|
phone_number Query | String Optional parameter, use it to verify configuration on a specific number. |
HTTP Status Code | Error Description | Exception Class |
---|---|---|
400 | Request failed. The response indicates the reason for the error. |
curl -X GET -G \
--url 'https://api.wavix.com/v1/e911_records' \
-H 'Accept: application/json' \
-d 'appid=your-API-key'