curl --request GET \
--url https://api.hubapi.com/conversations/conversations/2026-09-beta/threads/{threadId}/messages/{messageId}/original-content \
--header 'Authorization: Bearer <token>'{
"richText": "<string>",
"text": "<string>"
}Retrieve the original content of a specific message within a conversation thread. This endpoint is useful for accessing the initial message content before any modifications or formatting changes. It can be particularly helpful for auditing or reviewing the original message details.
curl --request GET \
--url https://api.hubapi.com/conversations/conversations/2026-09-beta/threads/{threadId}/messages/{messageId}/original-content \
--header 'Authorization: Bearer <token>'{
"richText": "<string>",
"text": "<string>"
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the message whose original content is being retrieved.
The unique identifier of the conversation thread containing the message.
A string used to specify additional properties to include in the response.
Was this page helpful?