list e911 records

API Docs by APIMATIC

List E911 Records

Use this method to retrieve the list of E911-enabled numbers.

This endpoint requires authentication.

GET /e911_records
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

Optional parameter, use it to verify configuration on a specific number.

Response Type

Errors

HTTP Status CodeError DescriptionException 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'