Fetch list of Message Threads
This API retrieves a list of message threads from the authenticated user's LinkedIn inbox.
| Header Parameters |
|---|
x-api-key uuid — REQUIRED |
x-api-secret uuid — REQUIRED |
| Request Body — REQUIRED |
|---|
accountId string — REQUIRED |
| Responses |
|---|
| Schema — OPTIONAL |
|---|
status string | request_id string | result objectthreads object[]thread_id string | created_at number | last_activity_at number | read boolean | unread_count number | profile_id string | first_name string | last_name string | full_name string | degree string | image string — OPTIONAL | last_message_body string | last_message_at number | last_message_id string |
| next_cursor string |
|
|
| Schema — OPTIONAL |
|---|
status string | request_id string | error string |
|