AT&T Developer Hub · Example Payload

Device Status Api Device Example

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

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

Top-level fields

phoneNumberipv4AddressnetworkAccessIdentifier

Example Payload

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