v1Resources/Posts/postPublish a post now

Publish a post now

Force-submits a draft or errored post immediately, retrying any pending or failed platform submissions. This sends real content to the post's connected platforms right now.

post/api/v1/posts/{id}/publish
posts:write
Query parameters
idstringrequired
The post to publish.
Response
dataobjectoptional
retryingnumberoptional
Number of platform submissions re-queued for delivery.
Errors
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
404The resource wasn't found, or doesn't belong to your agency.
422The request is missing a required parameter or is otherwise malformed.
429Too many requests. Retry after the number of seconds in the Retry-After header.
post/api/v1/posts/{id}/publish
Your API key
id *
{
  "data": {
    "retrying": 2
  }
}