Posts & Engagement
Posts & Engagement
Posts & Engagement
Voyager provides full post lifecycle management — create posts, react with any of LinkedIn’s 6 reaction types, comment, edit, delete, and monitor engagement. All engagement endpoints are pure HTTP (REST + GraphQL fallback).
Every Voyager response is wrapped in the standard envelope { success, statusCode, message, data, errors }. The JSON examples below show only the endpoint-specific payload — access res.data.<field> in your client. See Introduction for the full envelope shape.
Create a Post
Like a Post
React to a post with any of LinkedIn’s 6 reaction types:
Reaction Types
If reactionType is omitted, it defaults to LIKE.
Unlike a Post
Comment on a Post
Delete a Comment
Delete by matching text (finds your comment that matches the provided text):
Or delete by URN directly:
Delete a Post
Get a Person’s Posts
Get Post Reactions
See who reacted to a specific post:
Get Post Comments
The postId in URLs like /api/posts/:postId/comments is the numeric activity ID. Extract it from a post URL: urn:li:activity:7180123456789012345 has postId 7180123456789012345.
Feed & Content Discovery
Your Feed
Trending Topics
Search Content
Follow / Unfollow
Your Engagement History
See posts you have liked and comments you have written:
Notifications
Get engagement notifications on your own content (likes, comments, mentions):
Related
- Content Intelligence Guide — Monitor what prospects are posting
- Webhooks — Real-time engagement notifications
- Batch Operations — Batch post data retrieval