Skip to main content
POST
Retry a failed post

Authorizations

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>. One key manages every profile on the account.

Headers

Idempotency-Key
string

A key you generate per post, written down BEFORE the call. Replaying a completed key returns the earlier result instead of publishing again — from outside that looks exactly like being ignored. Reusing one for a DIFFERENT body answers idempotency_conflict.

Body

application/json
request_id
string

Id of a published (or in-flight) post, returned by the publish call.

job_id
string

Id of a scheduled or queued job, returned by the publish call.

Response

Success.

status
enum<string>

processing and scheduled are not outcomes yet — poll GET /v1/posts/status.

Available options:
completed,
partial,
failed,
processing,
scheduled
profile_id
string
platforms
string[]
failed_platforms
string[]

Present only when at least one channel refused.

request_id
string | null
job_id
string | null
results
object | null

Keyed by channel.