Documentation
Sign inGet started

Get a thread message's original body

GET
/v1/email/threads/{thread_id}/messages/{message_id}/body
curl -X GET "https://us1.platform.bird.com/v1/email/threads/{thread_id}/messages/{message_id}/body" \
  -H "Authorization: Bearer $TOKEN"
Returns the original rendered HTML and plain-text body of a message in a conversation. The original body is available for 30 days after the message occurred; after that this endpoint returns 410 Gone while the message's extracted text remains readable on the message itself.
Carga de respuesta
html
nullable string
obligatorio
The HTML body of the message, or null when the message had no HTML part.
text
nullable string
obligatorio
The plain-text body of the message, or null when the message had no text part.