Engage
Sync Engage comments
Explicit LinkedIn comment sync for a window of recent posts. list-engage-posts and get-engage-thread already sync automatically.
POST
/api/public/engage/synccURLPOST /api/public/engage/sync
curl -X POST https://postiv.ai/api/public/engage/sync \
-H "Authorization: Bearer pk_postiv_..." \
-H "Content-Type: application/json" \
-d '{}'200Response
{
"success": true,
"syncedComments": 14,
"freshness": "live"
}Authorization
Requires an organization API key with the engage:read scope, sent as Authorization: Bearer or x-api-key.
Body parameters
maxPostsintegerDefault 20, max 30.
postOffsetintegerOffset into the recent-posts window (default 0).
Response
Sync summary plus refreshed post list.
syncedCommentsintegerComments upserted from LinkedIn.
posts[]arrayRefreshed inbox posts.
Good to know
- MCP twin: sync_engage_comments.