AT&T · JSON Structure

Sms Api Send Sms Response Structure

SendSmsResponse schema from AT&T API

Type: object Properties: 1
Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

SendSmsResponse is a JSON Structure definition published by AT&T, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

outboundSMSResponse

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/at-and-t/refs/heads/main/json-structure/sms-api-send-sms-response-structure.json",
  "description": "SendSmsResponse schema from AT&T API",
  "type": "object",
  "properties": {
    "outboundSMSResponse": {
      "type": "object",
      "properties": {
        "messageId": {
          "type": "string",
          "description": "Unique identifier for the sent message",
          "example": "msg-500123"
        },
        "resourceReference": {
          "type": "object",
          "properties": {
            "resourceURL": {
              "type": "uri",
              "description": "URL to check delivery status of this message",
              "example": "https://api.att.com/sms/v3/messaging/outbox/msg-500123"
            }
          }
        }
      }
    }
  },
  "name": "SendSmsResponse"
}