AT&T Developer Hub · Schema

NumberVerificationRequest

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

Properties

Name Type Description
phoneNumber string Phone number in E.164 format to verify against the requesting device
View JSON Schema on GitHub

JSON Schema

at-t-developer-hub-numberverificationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NumberVerificationRequest",
  "title": "NumberVerificationRequest",
  "type": "object",
  "required": [
    "phoneNumber"
  ],
  "properties": {
    "phoneNumber": {
      "type": "string",
      "description": "Phone number in E.164 format to verify against the requesting device",
      "example": "+12125551234"
    }
  }
}