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

Required Scopes

This API requires one of the following scopes:
  • content

Path Parameters

template_id
string
required

Unique identifier for the template.

Response

200 - application/json

successful operation

The response is of type object.