AT&T Developer Hub · Example Payload

Device Status Api Device Roaming Request Example

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

Device Status Api Device Roaming Request Example is an example object payload from AT&T Developer Hub, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

device

Example Payload

Raw ↑
{
  "device": {
    "phoneNumber": "+12125551234",
    "ipv4Address": {
      "publicAddress": "203.0.113.42",
      "privateAddress": "10.0.0.5",
      "publicPort": 54321
    },
    "networkAccessIdentifier": "user@example.com"
  }
}