Passer au contenu principal
POST
/
cms
/
v3
/
pages
/
site-pages
/
schedule
Programmer la publication d'une page de site web
curl --request POST \
  --url https://api.hubapi.com/cms/v3/pages/site-pages/schedule \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "publishDate": "2023-11-07T05:31:56Z"
}
'
This response has no body data.

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.

Supported products

Autorisations

Authorization
string
header
requis

The access token received from the authorization server in the OAuth 2.0 flow.

Corps

application/json

Request body object for scheduling the publish of content

id
string
requis

L'ID de l'objet à planifier.

publishDate
string<date-time>
requis

La date à laquelle l'objet doit passer de planifié à publié.

Réponse

Last modified on April 13, 2026