AT&T Developer Hub · Example Payload

At T Developer Hub Createqodsession Example

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

At T Developer Hub Createqodsession Example is an example object payload from AT&T Developer Hub, 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": "createQodSession",
  "method": "POST",
  "path": "/sessions",
  "summary": "AT&T Create QoD Session",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateQodSessionRequestExample",
      "example": {
        "device": {
          "phoneNumber": "+12125551234"
        },
        "qosProfile": "LOW_LATENCY",
        "duration": 3600,
        "notificationUrl": "https://webhook.example.com/qod-events"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "CreateQodSession201Example",
      "example": {
        "sessionId": "session-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
        "device": {
          "phoneNumber": "+12125551234"
        },
        "qosProfile": "LOW_LATENCY",
        "duration": 3600,
        "startedAt": "2026-04-19T14:30:00Z",
        "expiresAt": "2026-04-19T15:30:00Z",
        "qosStatus": "REQUESTED"
      }
    }
  ]
}