Skip to main content
GET
Returns all conversations for LinkedIn accounts in your workspace. Optionally filter by a specific LinkedIn account.

Request

string
required
Your API key
string
Filter by specific LinkedIn sender account ID. If not provided, returns conversations from all accounts.
integer
default:"20"
Number of conversations per page (max: 100)
string
Token for fetching the next page of conversations. Returned in the previous response.

Response

array
Array of conversation objects
object
Pagination metadata
Use the continuationToken from the response to fetch older response. Pass it as a query parameter in subsequent requests.

Authorizations

X-API-Key
string
header
required

API key for authentication

Query Parameters

accountId
string

Filter by specific LinkedIn sender account ID. If not provided, returns conversations from all accounts.

limit
integer
default:20

Number of conversations per page (max 100)

Required range: 1 <= x <= 100
continuationToken
string

Token for fetching the next page of conversations. Returned in the previous response.

Response

List of conversations

conversations
object[]
required
pagination
object
required