GET
/
content
/
api
/
v2
/
pages
/
{page_id}
/
has-buffered-changes
Determine if the auto-save buffer differs from the live Page
curl --request GET \
  --url https://api.hubapi.com/content/api/v2/pages/{page_id}/has-buffered-changes
{
  "has_changes": true
}

Path Parameters

page_id
string
required

The unique identifier for the page

Response

200 - application/json

Successful response

The response is of type object.