AT&T Developer Hub · Example Payload

At T Developer Hub Getdevicethreats Example

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

At T Developer Hub Getdevicethreats 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": "getDeviceThreats",
  "method": "POST",
  "path": "/threats",
  "summary": "AT&T Get Device Threat Assessment",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "GetDeviceThreatsRequestExample",
      "example": {
        "device": {
          "phoneNumber": "+12125551234"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetDeviceThreats200Example",
      "example": {
        "riskLevel": "LOW",
        "anomalyScore": 0.05,
        "threats": [],
        "assessedAt": "2026-04-19T14:30:00Z"
      }
    }
  ]
}