Passer au contenu principal
POST
/
content
/
api
/
v2
/
pages
/
{page_id}
/
publish-action
Publishes or unpublishes a Page
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.fr/docs/llms.txt

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

Paramètres de chemin

page_id
string
requis

The unique identifier for the page

Corps

application/json
action
enum<string>
requis

The publish action to perform

Options disponibles:
push-buffer-live,
schedule-publish,
cancel-publish

Réponse

200

Action completed successfully

Last modified on April 2, 2026