Skip to main content
POST
Sync social post publish status
CLI:

Overview

Sync social post publish status This page documents post /api/calendar/posts/sync-status. Use the request and response sections on this page for accepted parameters, payload fields, response fields, and authentication behavior.

AI agent notes

  • Confirm the operation matches the user’s intent before calling it.
  • For write operations, confirm the user intends to change state.
  • Surface validation, permission, and not-found errors instead of retrying unchanged.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

postId
string<uuid>

Response

Sync completed. Counts in synced; flipped IDs in updated.

synced
integer
required

Number of scheduled posts inspected after filtering for due or active provider-backed deliveries.

Required range: 0 <= x <= 9007199254740991
updated
string<uuid>[]
required

Post IDs successfully flipped from scheduled to posted as a result of this sync.

postsUrl
string
required

Posts page for reviewing synchronized state.