v2

latestOpenAPI 3.1.02026-08-075421692.0 MB
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",
        "platformSpecificData": {
          "geoRestriction": {
            "countries": [
              "US",
              "CA",
              "GB"
            ]
          }
        },
        "status": "pending",
        "platformPostId": "1234567890123456789",
        "platformPostUrl": "https://twitter.com/acmecorp/status/1234567890123456789"
      }
    ]
  }
}