AT&T Developer Hub · JSON Structure

Number Verification Api Number Verification Response Structure

NumberVerificationResponse schema

Type: object Properties: 1
Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

NumberVerificationResponse is a JSON Structure definition published by AT&T Developer Hub, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

devicePhoneNumberVerified

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/at-t-developer-hub/refs/heads/main/json-structure/number-verification-api-number-verification-response-structure.json",
  "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
    }
  },
  "name": "NumberVerificationResponse"
}