Fetch Messages from 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.
POST /api/v1/personal_messages
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.
Headers
| Name | Type | Required |
|---|---|---|
x-api-key | string | Yes |
x-api-secret | string | Yes |
Request Body
Schema
accountIdstringrequiredThe unique identifier of the WeLink account.
thread_idstringrequiredThe unique identifier of the message thread.
Sample Request
{
"accountId": "string",
"thread_id": "string"
}
Responses
Webhook Events
Schema
statusstringStatus indicating the request completed successfully (e.g. "SUCCESS").
requestIdstringUnique identifier for the request.
resultobjectThe response payload.
messagesarray[]Array of messages in the thread.