cURL
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" } '
Restore a previous revision of a page.
Scope requirements
The unique identifier for the page
The version number to restore
Successfully restored version
Was this page helpful?