Bandwidth · JSON Structure

Phone Numbers Phone Number Structure

A phone number assigned to the account

Type: object Properties: 8
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

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

Properties

fullNumber city state lata rateCenter status siteId sipPeerId

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/phone-numbers-phone-number-structure.json",
  "name": "PhoneNumber",
  "description": "A phone number assigned to the account",
  "type": "object",
  "properties": {
    "fullNumber": {
      "type": "string",
      "description": "The full phone number"
    },
    "city": {
      "type": "string",
      "description": "The city associated with the number"
    },
    "state": {
      "type": "string",
      "description": "The state associated with the number"
    },
    "lata": {
      "type": "string",
      "description": "The LATA code"
    },
    "rateCenter": {
      "type": "string",
      "description": "The rate center"
    },
    "status": {
      "type": "string",
      "description": "The current status of the number"
    },
    "siteId": {
      "type": "string",
      "description": "The site the number is assigned to"
    },
    "sipPeerId": {
      "type": "string",
      "description": "The SIP peer the number is assigned to"
    }
  }
}