Endpoint
Overview
Preview how posts will be scheduled before actually creating or updating them. The endpoint processes entries sequentially, accounting for conflicts between entries in the batch and existing posts on each account. Returns the finalized time for each entry, indicating whether it was adjusted from the requested time. This is useful for showing users the exact times their posts will be scheduled at, since the scheduling system may adjust times to avoid conflicts (minimum 2-hour gap between posts on the same account).Batch Awareness:Entries are processed in order. Each entry’s finalized time is considered when scheduling subsequent entries in the same batch. This means if two entries target the same account at the same time, the second one will be bumped.
Request Body
Array of schedule entries to preview
Array of post IDs to exclude from conflict checks. Useful when editing or approving multiple posts — pass all their IDs so they don’t conflict with each other’s stale database state.
Response
Array of preview results, one per entry in the same order
Error Cases
- 400 Bad Request: Missing entries array, empty entries, or entries missing required fields
