Skip to main content
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
}

Documentation Index

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

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

Path Parameters

page_id
string
required

The unique identifier for the page

Response

200 - application/json

Validation result

succeeded
boolean
Last modified on March 30, 2026