AT&T · JSON Structure

In App Messaging Api Send Message Response Structure

SendMessageResponse schema from AT&T API

Type: object Properties: 2
Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

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

Properties

id resourceURL

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/in-app-messaging-api-send-message-response-structure.json",
  "description": "SendMessageResponse schema from AT&T API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the sent message",
      "example": "msg-500123"
    },
    "resourceURL": {
      "type": "uri",
      "description": "URL to access the message resource",
      "example": "https://api.att.com/myMessages/v2/messages/msg-500123"
    }
  },
  "name": "SendMessageResponse"
}