AT&T Developer Hub · Schema

NumberVerificationResponse

NumberVerificationResponse schema

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

number-verification-api-number-verification-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/at-t-developer-hub/refs/heads/main/json-schema/number-verification-api-number-verification-response-schema.json",
  "title": "NumberVerificationResponse",
  "description": "NumberVerificationResponse schema",
  "type": "object",
  "properties": {
    "devicePhoneNumberVerified": {
      "type": "boolean",
      "description": "True if the device's network connection matches the provided phone number, false otherwise.",
      "example": true
    }
  }
}