Comments
Sync comments from platforms
Pull social comments from networks for a post’s published platform rows
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 publishedplatform_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
Post id (must be in a workspace you can access).
Response
200 — message and data:
post_id— same as requestplatform_posts— array of{ platform_post_id, provider, synced }wheresyncedistrueonly if that row was published and a sync was attempted.
Errors
401 · 403 · 404 · 422
See Comments overview.