AT&T · Example Payload

Att Checksimswap Example

5GBroadbandCAMARAConnectivityDevice StatusEdge ComputingEnterpriseFortune 100MessagingMobileNetworkNetwork APIsSIM SwapSpeechTelecommunicationsWirelessWireline

Att Checksimswap Example is an example object payload from AT&T, 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": "checkSimSwap",
  "method": "POST",
  "path": "/check",
  "summary": "AT&T Check SIM Swap",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CheckSimSwapRequestExample",
      "example": {
        "phoneNumber": "+12125551234",
        "maxAge": 240
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "CheckSimSwap200Example",
      "example": {
        "swapped": false
      }
    }
  ]
}