Skip to main content
POST

Sync comments from platforms

Triggers the same network fetch as when you open SOCIAL comments in the app (first page of the list): for each published platform_posts row on the post, the server calls the provider’s comment sync when supported (e.g. Twitter/X, LinkedIn, Bluesky, YouTube, Mastodon). Rows that are not published or lack a platform_post_id are skipped (synced: false in the response).

Body

integer
required
Post id (must be in a workspace you can access).

Response

200 - message and data:
  • post_id - same as request
  • platform_posts - array of { platform_post_id, provider, synced } where synced is true only if that row was published and a sync was attempted.

Errors

401 · 403 · 404 · 422 See Comments overview.