AT&T Developer Hub · Example Payload

Quality On Demand Api Create Session Request Example

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

Quality On Demand Api Create Session Request Example is an example object payload from AT&T Developer Hub, 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"
}