AT&T · Example Payload

Sms Api Send Sms Request Example

Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

Sms Api Send Sms Request Example is an example object payload from AT&T, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

outboundSMSRequest

Example Payload

Raw ↑
{
  "outboundSMSRequest": {
    "address": [
      "tel:+12125551234"
    ],
    "message": "Your verification code is 482910. Valid for 10 minutes.",
    "notifyDeliveryStatus": true
  }
}