AT&T Developer Hub · Schema

NumberVerificationResponse

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

Properties

Name Type Description
devicePhoneNumberVerified boolean True if the device's network connection matches the provided phone number, false otherwise.
View JSON Schema on GitHub

JSON Schema

at-t-developer-hub-numberverificationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NumberVerificationResponse",
  "title": "NumberVerificationResponse",
  "type": "object",
  "properties": {
    "devicePhoneNumberVerified": {
      "type": "boolean",
      "description": "True if the device's network connection matches the provided phone number, false otherwise.",
      "example": true
    }
  }
}