Skip to main content
GET
/
content
/
api
/
v2
/
blog-posts
/
{blog_post_id}
/
has-buffered-changes
Determine if the auto-save buffer differs from the live blog post
curl --request GET \
  --url https://api.hubapi.com/content/api/v2/blog-posts/{blog_post_id}/has-buffered-changes
{
  "has_changes": false
}

Path Parameters

blog_post_id
integer<int64>
required

Unique identifier for a particular blog post

Response

200 - application/json

Buffer changes status

has_changes
boolean
Last modified on December 12, 2025