AT&T · JSON Structure

Sim Swap Api Sim Swap Check Response Structure

SimSwapCheckResponse schema

Type: object Properties: 1
5GBroadbandCAMARAConnectivityDevice StatusEdge ComputingEnterpriseFortune 100MessagingMobileNetworkNetwork APIsSIM SwapSpeechTelecommunicationsWirelessWireline

SimSwapCheckResponse is a JSON Structure definition published by AT&T, 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/att/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"
}