Fetch messages from a Recuiter Message Thread
This API retrieves all the messages from a specific Recruiter LinkedIn message thread, identified by its thread_id. It provides the details of each message, including the sender, timestamp, and message content.
Note
LinkedIn doesn't allow two concurrent sessions on a recruiter plan. contract_id can be obtained by calling the
/api/v1/recruiter_contracts endpoint and extracting the
contract_id from the response.
seat_id can be obtained by calling the
/api/v1/recruiter_me endpoint and extracting the
seat_id from the response.
| Header Parameters |
|---|
x-api-key uuid — REQUIRED |
x-api-secret uuid — REQUIRED |
| Request Body — REQUIRED |
|---|
accountId string — REQUIRED |
contract_id string — REQUIRED |
thread_id string — REQUIRED |
page number — REQUIRED |
seat_id string — REQUIRED |
| Responses |
|---|
| Schema — OPTIONAL |
|---|
status string | result array of object(s)seat_id string | full_name string | first_name string | last_name string | id string | time number | state string | body string | is_edited boolean | subject string | attachments objectasset_id string | media_type string | title string | file_size number |
|
|
|
| Schema — OPTIONAL |
|---|
status string | request_id string | error string |
|