curl --request POST \
--url https://api.hubapi.com/content/api/v2/pages \
--header 'Content-Type: application/json' \
--data '
{
"name": "My API Page",
"template_path": "hubspot_default/landing_page/basic_with_form/2_col_form_left.html"
}
'{}Create a new page.
curl --request POST \
--url https://api.hubapi.com/content/api/v2/pages \
--header 'Content-Type: application/json' \
--data '
{
"name": "My API Page",
"template_path": "hubspot_default/landing_page/basic_with_form/2_col_form_left.html"
}
'{}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