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
linkedinEntityID
LinkedIn entity ID for the person, this is the preferred and faster identifier for posts.
linkedinID
LinkedIn ID for the person, this is the slower and less preferred identifer for posts.
perPage
Number of items per page
paginationToken
Token for pagination, required to return results beyond the first page.
Response
This endpoint returns an object.
results
hasMoreResults
paginationToken
Errors
400
Bad Request Error
401
Unauthorized Error
429
Rate Limit Error
