AT&T · JSON Structure

Wireless Apis Send Sms Request Structure

Request to send an SMS via AT&T Wireless APIs

Type: object Properties: 1
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Wireless Apis Send Sms 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

outboundSMSRequest

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/wireless/send-sms-request",
  "title": "Send SMS Request",
  "description": "Request to send an SMS via AT&T Wireless APIs",
  "type": "object",
  "properties": {
    "outboundSMSRequest": {
      "type": "object"
    }
  }
}