AT&T · JSON Structure

Network Apis Number Verification Response Structure

Result of phone number verification

Type: object Properties: 1
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Network Apis Number Verification Response Structure is a JSON Structure definition published by AT&T, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

devicePhoneNumberVerified

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/number-verification-response",
  "title": "Number Verification Response",
  "description": "Result of phone number verification",
  "type": "object",
  "properties": {
    "devicePhoneNumberVerified": {
      "type": "boolean"
    }
  }
}