AT&T Developer Hub · Example Payload

At T Developer Hub Retrievesimswapdate Example

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

At T Developer Hub Retrievesimswapdate 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": "retrieveSimSwapDate",
  "method": "POST",
  "path": "/retrieve-date",
  "summary": "AT&T Retrieve SIM Swap Date",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "RetrieveSimSwapDateRequestExample",
      "example": {
        "phoneNumber": "+12125551234"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "RetrieveSimSwapDate200Example",
      "example": {
        "latestSimChange": null
      }
    }
  ]
}