AT&T · Example Payload

Quality On Demand Api Create Session Request Example

5GBroadbandCAMARAConnectivityDevice StatusEdge ComputingEnterpriseFortune 100MessagingMobileNetworkNetwork APIsSIM SwapSpeechTelecommunicationsWirelessWireline

Quality On Demand Api Create Session Request Example is an example object payload from AT&T, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

deviceqosProfiledurationnotificationUrlnotificationAuthToken

Example Payload

Raw ↑
{
  "device": {
    "phoneNumber": "+12125551234",
    "ipv4Address": {
      "publicAddress": "203.0.113.42",
      "privateAddress": "10.0.0.5"
    }
  },
  "qosProfile": "LOW_LATENCY",
  "duration": 3600,
  "notificationUrl": "https://webhook.example.com/qod-events",
  "notificationAuthToken": "webhook-token-abc123"
}