Skip to main content
POST
/
content
/
api
/
v2
/
pages
/
{page_id}
/
versions
/
restore
Restore a previous version of a Page
curl --request POST \
  --url https://api.hubapi.com/content/api/v2/pages/{page_id}/versions/restore \
  --header 'Content-Type: application/json' \
  --data '
{
  "version_id": "3280956201"
}
'

Path Parameters

page_id
string
required

The unique identifier for the page

Body

application/json
version_id
integer
required

The version number to restore

Response

200

Successfully restored version

Last modified on December 12, 2025