Skip to main content
POST
Schedule or reschedule post

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

id
string<uuid>
required

Post ID (UUID)

Body

application/json
publishAt
string<date-time>

When to publish the post (UTC). Required for new schedules, optional for rescheduling (uses existing publishAt if not provided).

Response

Post scheduled successfully

id
string<uuid>
url
string<uri>
title
string
channels
string[]
status
enum<string>
Available options:
Tentative,
ToDo,
InProgress,
ForReview,
Blocked,
Finalized,
Scheduled,
Posted
publishDate
string

Scheduled publish date (YYYY-MM-DD) in workspace timezone

publishAt
string<date-time>

Scheduled publish datetime UTC

updatedAt
string<date-time>