AT&T · Example Payload

In App Messaging Api Message Summary Example

Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

In App Messaging Api Message Summary Example is an example object payload from AT&T, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

messageIdfromrecipientsisUnreadisIncomingtypetypeCodetimeStamp

Example Payload

Raw ↑
{
  "messageId": "msg-500123",
  "from": "tel:+12125551234",
  "recipients": [
    "tel:+12125559999"
  ],
  "isUnread": false,
  "isIncoming": true,
  "type": "TEXT",
  "typeCode": "1",
  "timeStamp": "2026-04-19T14:30:00Z"
}