Saltar al contenido principal
GET
/
conversations
/
v3
/
conversations
/
threads
/
{threadId}
/
messages
/
{messageId}
/
original-content
Obtener el contenido original de un solo mensaje
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.es/docs/llms.txt

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

Supported products

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

messageId
string
requerido
threadId
integer<int64>
requerido

Parámetros de consulta

property
string

Respuesta

successful operation

richText
string
text
string
Last modified on April 13, 2026