Passer au contenu principal
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
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt

Use this file to discover all available pages before exploring further.

Paramètres de chemin

page_id
string
requis

The unique identifier for the page

Réponse

200 - application/json

Successful response

has_buffered_changes
boolean
Last modified on April 2, 2026