Fetch messages from Sales Navigator Message Thread
This API retrieves all the messages within a specific Sales Navigator message thread, identified by the thread_id. It provides details about each message, including sender, content, and timestamp, helping users track the progress of sales conversations.
| Header Parameters |
|---|
x-api-key uuid — REQUIRED |
x-api-secret uuid — REQUIRED |
| Request Body — REQUIRED |
|---|
accountId string — REQUIRED |
thread_id string — REQUIRED |
| Responses |
|---|
| Schema — OPTIONAL |
|---|
status string | request_id string | result objectmessages object[]sales_profile_id string | full_name string | first_name string | last_name string | degree number | image string | body string | id string | delivered_at number | type string | subject string — OPTIONAL |
|
|
|
| Schema — OPTIONAL |
|---|
status string | request_id string | error string |
|