curl --request POST \
--url https://api.hubapi.com/content/api/v2/pages/{page_id}/publish-action \
--header 'Content-Type: application/json' \
--data '
{
"action": "schedule-publish"
}
'Either publishes or cancels publishing based on the POSTed JSON.
curl --request POST \
--url https://api.hubapi.com/content/api/v2/pages/{page_id}/publish-action \
--header 'Content-Type: application/json' \
--data '
{
"action": "schedule-publish"
}
'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.
Scope requirements