Fetch messages from a Message Thread
This API retrieves all the messages from a specific LinkedIn message thread, identified by its thread_id. It provides the details of each message, including the sender, timestamp, and message content.
| 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[]full_name string | first_name string | last_name string | public_identifier string | profile_id string | image string | title string | company string | id string | time number | body string | attachments undefined[] |
|
|
|
| Schema — OPTIONAL |
|---|
status string | request_id string | error string |
|