AT&T · JSON Structure

Network Apis Number Verification Request Structure

Request to verify a device phone number

Type: object Properties: 1
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Network Apis Number Verification Request 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

phoneNumber

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-request",
  "title": "Number Verification Request",
  "description": "Request to verify a device phone number",
  "type": "object",
  "properties": {
    "phoneNumber": {
      "type": "string"
    }
  }
}