AT&T Developer Hub · Example Payload

Mobility Threat Anomaly Detection Api Threat Assessment Example

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

Mobility Threat Anomaly Detection Api Threat Assessment Example is an example object payload from AT&T Developer Hub, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

riskLevelanomalyScorethreatsassessedAt

Example Payload

Raw ↑
{
  "riskLevel": "LOW",
  "anomalyScore": 0.05,
  "threats": [
    {
      "type": "UNUSUAL_LOCATION",
      "severity": "MEDIUM",
      "description": "Device location changed rapidly from expected home area",
      "detectedAt": "2026-04-19T14:30:00Z"
    }
  ],
  "assessedAt": "2026-04-19T14:30:00Z"
}