Bandwidth · Schema

SipPeerListResponse

Response containing a list of SIP peers

CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

Properties

Name Type Description
sipPeers array
View JSON Schema on GitHub

JSON Schema

phone-numbers-sip-peer-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-schema/phone-numbers-sip-peer-list-response-schema.json",
  "title": "SipPeerListResponse",
  "description": "Response containing a list of SIP peers",
  "type": "object",
  "properties": {
    "sipPeers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SipPeer"
      }
    }
  }
}