Bandwidth · JSON Structure

Emergency Calling Endpoint List Response Structure

Response containing a list of E911 endpoints

Type: object Properties: 2
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

EndpointListResponse is a JSON Structure definition published by Bandwidth, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

totalCount endpoints

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-structure/emergency-calling-endpoint-list-response-structure.json",
  "name": "EndpointListResponse",
  "description": "Response containing a list of E911 endpoints",
  "type": "object",
  "properties": {
    "totalCount": {
      "type": "int32",
      "description": "Total number of endpoints"
    },
    "endpoints": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Endpoint"
      }
    }
  }
}