Get Thread Original Source
This endpoint returns thread source as a JSON response.
Request
GET /v2/conversations/123/threads/456/original-source HTTP/1.1
Authorization: Bearer oauth_token
Accept: application/json
Response
HTTP/1.1 200 OK
Content-Type: application/hal+json
{
"original" : "thread source text"
}
Response fields
Path | Type | Description |
---|---|---|
original |
String |
Original e-mail source. |