Skip to main content
GET
Get Message Content

Authorizations

Authorization
string
header
required

Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.

Path Parameters

message_id
string
required

ID of the message whose content you want to retrieve.

Response

Returns the channel and rendered content of the message.

channel
enum<string>

Channel through which the message was sent.

Available options:
sms,
email,
whatsapp,
inbox,
androidpush,
iospush,
webpush,
slack,
ms_teams
content
object

Rendered message content. The keys vary by channel and template configuration.