CMS
English
cURL
curl --request POST \ --url https://api.hubapi.com/cms/v3/blogs/posts/{objectId}/draft/push-live \ --header 'Authorization: Bearer <token>'
This response has no body data.
Publish the draft version of the blog post, sending its content to the live page.
content
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the post to publish.
Was this page helpful?