Posts

Retry failed post

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

post/v1/posts/{postId}/retry

Path parameters

postIdstring required

Response

Retry successful

messagestring

Example response

{
  "post": {
    "platforms": [
      {
        "platform": "twitter",
        "status": "pending",
        "platformPostId": "1234567890123456789",
        "platformPostUrl": "https://twitter.com/acmecorp/status/1234567890123456789"
      }
    ]
  }
}

Changes