AT&T Developer Hub · JSON Structure

Sim Swap Api Sim Swap Date Response Structure

SimSwapDateResponse schema

Type: object Properties: 1
Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

SimSwapDateResponse is a JSON Structure definition published by AT&T Developer Hub, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

latestSimChange

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/at-t-developer-hub/refs/heads/main/json-structure/sim-swap-api-sim-swap-date-response-structure.json",
  "description": "SimSwapDateResponse schema",
  "type": "object",
  "properties": {
    "latestSimChange": {
      "type": "datetime",
      "nullable": true,
      "description": "Date and time of the most recent SIM swap, or null if no swap has been detected recently.",
      "example": null
    }
  },
  "name": "SimSwapDateResponse"
}