AT&T Developer Hub · JSON Structure

Sim Swap Api Sim Swap Check Response Structure

SimSwapCheckResponse schema

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

SimSwapCheckResponse 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

swapped

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-check-response-structure.json",
  "description": "SimSwapCheckResponse schema",
  "type": "object",
  "properties": {
    "swapped": {
      "type": "boolean",
      "description": "True if a SIM swap was detected within the maxAge period, false otherwise.",
      "example": false
    }
  },
  "name": "SimSwapCheckResponse"
}