Get Person Posts

Get posts from a person’s LinkedIn profile. Must pass either linkedinEntityID or linkedinID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query Parameters

linkedinEntityIDstringOptional
LinkedIn entity ID for the person, this is the preferred and faster identifier for posts.
linkedinIDstringOptional
LinkedIn ID for the person, this is the slower and less preferred identifer for posts.
perPageintegerOptional>=0<=100Defaults to 10
Number of items per page
paginationTokenstringOptional
Token for pagination, required to return results beyond the first page.

Response

This endpoint returns an object.
resultslist of objects
hasMoreResultsboolean
paginationTokenstring or null

Errors