AT&T Developer Hub · Example Payload

At T Developer Hub Subscribetothreatalerts Example

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

At T Developer Hub Subscribetothreatalerts 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": "subscribeToThreatAlerts",
  "method": "POST",
  "path": "/threats/subscribe",
  "summary": "AT&T Subscribe to Threat Alerts",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "SubscribeToThreatAlertsRequestExample",
      "example": {
        "device": {
          "phoneNumber": "+12125551234"
        },
        "notificationUrl": "https://webhook.example.com/threats",
        "minRiskLevel": "MEDIUM"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "SubscribeToThreatAlerts201Example",
      "example": {
        "subscriptionId": "sub-threat-500123",
        "device": {
          "phoneNumber": "+12125551234"
        },
        "minRiskLevel": "MEDIUM",
        "status": "ACTIVE"
      }
    }
  ]
}