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/sync
cURLPOST /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

maxPostsinteger

Default 20, max 30.

postOffsetinteger

Offset into the recent-posts window (default 0).

Response

Sync summary plus refreshed post list.

syncedCommentsinteger

Comments upserted from LinkedIn.

posts[]array

Refreshed inbox posts.

Good to know

  • MCP twin: sync_engage_comments.