Messages
Get message content
Audiences
AuthTokens
Brands
Inbound
Lists
Messages
Notifications
Profiles
Tenants
User Preferences
User Tenants
Messages
Get message content
GET
/
messages
/
{message_id}
/
output
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
message_id
string
*
message_id
Required
string
A unique identifier associated with the message you wish to retrieve (results from a send).
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique identifier associated with the message you wish to retrieve (results from a send).
Response
200 - application/json
An array of render output of a previously sent message.
The channel used for rendering the message.
The ID of channel used for rendering the message.
Content details of the rendered message.
The html content of the rendered message.
The title of the rendered message.
The body of the rendered message.
The subject of the rendered message.
The text of the rendered message.