Fetch Recruiter Message Threads
Retrieves message threads from LinkedIn Recruiter inbox with filtering options.
Filtering options: UNRESOLVED, INBOX, ARCHIVED, SCHEDULED.
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 |
|---|
contract_id string — REQUIRED |
seat_id string — REQUIRED |
page number — REQUIRED |
filter string |
| Responses |
|---|
| Schema — OPTIONAL |
|---|
status string | result objectthreads object[]thread_id string | profile_id string | full_name string | first_name string | last_name string | last_activity_at number | read boolean | request_state string | last_message_body string | last_message_id string | last_message_state string |
|
|
|
| Schema — OPTIONAL |
|---|
status string | request_id string | error string |
|