AT&T Developer Hub · Example Payload

At T Developer Hub Getdeviceroamingstatus Example

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

At T Developer Hub Getdeviceroamingstatus 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": "getDeviceRoamingStatus",
  "method": "POST",
  "path": "/roaming",
  "summary": "AT&T Get Device Roaming Status",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "GetDeviceRoamingStatusRequestExample",
      "example": {
        "device": {
          "phoneNumber": "+12125551234"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetDeviceRoamingStatus200Example",
      "example": {
        "roaming": false,
        "countryCode": null,
        "countryName": null
      }
    }
  ]
}