AT&T Developer Hub · Schema

SimSwapCheckResponse

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

Properties

Name Type Description
swapped boolean True if a SIM swap was detected within the maxAge period, false otherwise.
View JSON Schema on GitHub

JSON Schema

at-t-developer-hub-simswapcheckresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SimSwapCheckResponse",
  "title": "SimSwapCheckResponse",
  "type": "object",
  "properties": {
    "swapped": {
      "type": "boolean",
      "description": "True if a SIM swap was detected within the maxAge period, false otherwise.",
      "example": false
    }
  }
}