Modifying Pages

Learn to update and delete landing pages using the Pages API.

Update a page

After creating a landing page, we might want to make some changes to it. The Pages API provides a quick solution to this problem. By sending a PATCH request to the landing pages endpoint, we can modify any page we have previously created.

The base URL for this endpoint is:

https://api.hubapi.com/cms/v3/pages/landing-pages/{PAGE_ID}

Request parameters

Apart from a required path parameter, this endpoint also accepts many optional body parameters. The table below discusses some of these ...