Skip to main content
GET
/
conversations
/
v3
/
conversations
/
threads
/
{threadId}
/
messages
/
{messageId}
/
original-content
Get the original content of a single message
curl --request GET \
  --url https://api.hubapi.com/conversations/v3/conversations/threads/{threadId}/messages/{messageId}/original-content \
  --header 'Authorization: Bearer <token>'
{
  "richText": "<string>",
  "text": "<string>"
}

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

messageId
string
required
threadId
integer<int64>
required

Query Parameters

property
string

Response

successful operation

richText
string
text
string
Last modified on March 30, 2026