X-API-Key or JWT + X-Workspace-Id. Requires scheduling_enabled.
Endpoints
| Method | Path | Description |
|---|---|---|
POST | /unified/scheduled-posts | Schedule-only create (scheduled_time required) |
GET | /unified/scheduled-posts | List queue |
PATCH | /unified/scheduled-posts/{id} | Update |
DELETE | /unified/scheduled-posts/{id} | Cancel / delete |
POST | /unified/scheduled-posts/{id}/publish-now | Publish immediately |
POST | /unified/scheduled-posts/{id}/move-to-draft | Convert to draft |
Create
Body shape matches unified post endpoints (post_type, platforms, media fields, platform overrides) plus required scheduled_time.
draft / draft_platforms — use POST /unified/post/* for those.
List
| Query | Description |
|---|---|
platform | e.g. linkedin |
platform_user_id | Page / org / account id |
status | scheduled, published, failed, cancelled, publishing |
limit / offset | Pagination |
Guide
See Scheduling forscheduled_time on post endpoints and timezone notes.