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"
}'
{}
Successfully created
The response is of type object
.
Was this page helpful?