Error
A valid request URL is required to generate request examples{
"conversation": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"channel": "email",
"subject": "<string>",
"status": "open",
"created_at": "2023-11-07T05:31:56Z",
"last_message_at": "2023-11-07T05:31:56Z",
"last_read_at": "2023-11-07T05:31:56Z",
"last_message_preview": "<string>",
"last_message_author_kind": "contact"
},
"messages": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"author_kind": "contact",
"body_text": "<string>",
"body_html": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Support
Read one conversation's thread
The conversation and its public messages. An internal note is the team talking to itself and is never in this response — the visibility filter lives in the query, not in a field the caller could ask to widen. A conversation belonging to another contact answers the same 404 a nonexistent id does.
This is the read the widget polls. It is what the dedicated support budget (1200 requests per hour per session) exists for: a thread refreshed every five seconds fits, and never spends the rest of the contact surface’s allowance.
GET
/
v1
/
contact
/
conversations
/
{id}
Error
A valid request URL is required to generate request examples{
"conversation": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"channel": "email",
"subject": "<string>",
"status": "open",
"created_at": "2023-11-07T05:31:56Z",
"last_message_at": "2023-11-07T05:31:56Z",
"last_read_at": "2023-11-07T05:31:56Z",
"last_message_preview": "<string>",
"last_message_author_kind": "contact"
},
"messages": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"author_kind": "contact",
"body_text": "<string>",
"body_html": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Autorizações
A contact session token, uk_ct_…. Belongs to one of the developer's own users, and reads only that user's data.
Parâmetros de caminho
Resposta
The conversation and its public messages, oldest first.