Saltar al contenido principal
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.es/docs/llms.txt

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

Parámetros de ruta

page_id
string
requerido

The unique identifier for the page

Respuesta

200 - application/json

Validation result

succeeded
boolean
Last modified on April 13, 2026