Webex · Example Payload

Webex Getcountryconfiguration Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getcountryconfiguration Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getCountryConfiguration",
  "method": "GET",
  "path": "/telephony/config/countries/{countryCode}",
  "summary": "Get Country Calling Configuration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "stateRequired": true,
        "zipCodeRequired": true,
        "states": [
          {
            "code": "AA",
            "name": "Armed Forces Americas"
          },
          {
            "code": "AE",
            "name": "Armed Forces Europe"
          },
          {
            "code": "WY",
            "name": "Wyoming"
          }
        ],
        "timeZones": [
          "America/Adak",
          "America/Anchorage",
          "America/Chicago",
          "America/Denver",
          "America/Los_Angeles",
          "America/New_York",
          "America/Phoenix",
          "Pacific/Honolulu"
        ]
      }
    }
  ]
}