AT&T · Example Payload

Att Getdevicethreats Example

5GBroadbandCAMARAConnectivityDevice StatusEdge ComputingEnterpriseFortune 100MessagingMobileNetworkNetwork APIsSIM SwapSpeechTelecommunicationsWirelessWireline

Att Getdevicethreats Example is an example object payload from AT&T, 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"
      }
    }
  ]
}