Skip to content

Retry failed post

Immediately retries publishing a failed post. Returns the updated post with its new status.

POST /v1/posts/{postId}/retry

Immediately retries publishing a failed post. Returns the updated post with its new status.

Parameters

  • postId (path, string) required

Responses

200 — Retry successful

  • message (string)
  • post ($ref)

207 — Partial success

400 — Invalid state

401

403 — Forbidden

404

409 — Post is currently publishing

429 — Rate limit exceeded. Possible causes: API rate limit (requests per minute), velocity limit (15 posts/hour per account), or account cooldown (temporarily rate-limited due to repeated errors).

  • error (string)
  • details (object)