Passer au contenu principal
GET
/
conversations
/
v3
/
conversations
/
threads
/
{threadId}
/
messages
/
{messageId}
/
original-content
Obtenir le contenu original d'un seul 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>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

messageId
string
requis
threadId
integer<int64>
requis

Paramètres de requête

property
string

Réponse

successful operation

richText
string
text
string
Last modified on April 13, 2026