AT&T Developer Hub · Schema

SimSwapDateResponse

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

Properties

Name Type Description
latestSimChange string Date and time of the most recent SIM swap, or null if no swap has been detected recently.
View JSON Schema on GitHub

JSON Schema

at-t-developer-hub-simswapdateresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SimSwapDateResponse",
  "title": "SimSwapDateResponse",
  "type": "object",
  "properties": {
    "latestSimChange": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "Date and time of the most recent SIM swap, or null if no swap has been detected recently.",
      "example": null
    }
  }
}