AT&T · JSON Structure

Network Apis Sim Swap Check Request Structure

Request to check if a SIM swap has occurred

Type: object Properties: 2
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Network Apis Sim Swap Check Request Structure is a JSON Structure definition published by AT&T, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

phoneNumber maxAge

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api.att.com/schemas/network/sim-swap-check-request",
  "title": "SIM Swap Check Request",
  "description": "Request to check if a SIM swap has occurred",
  "type": "object",
  "properties": {
    "phoneNumber": {
      "type": "string"
    },
    "maxAge": {
      "type": "integer"
    }
  }
}