POST
/
content
/
api
/
v2
/
pages
/
{page_id}
/
validate-buffer
Validates the auto-save buffer version of the Page
curl --request POST \
  --url https://api.hubapi.com/content/api/v2/pages/{page_id}/validate-buffer
{
  "succeeded": true
}

Path Parameters

page_id
string
required

The unique identifier for the page

Response

200 - application/json

Validation result

The response is of type object.