{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens Landing Pages API", "version": "3.0.0" }, "items": [ { "info": { "name": "Landing Pages", "type": "folder" }, "items": [ { "info": { "name": "Hubspot List Landing Pages", "type": "http" }, "http": { "method": "GET", "url": "https://api.hubapi.com/cms/v3/pages/landing-pages", "params": [ { "name": "sort", "value": "example-value", "type": "query", "description": "Field to sort results by." }, { "name": "after", "value": "example-value", "type": "query", "description": "The cursor for pagination to get the next page of results." }, { "name": "limit", "value": "20", "type": "query", "description": "The maximum number of results to return per page." }, { "name": "createdAt", "value": "2025-03-15T14:30:00Z", "type": "query", "description": "Filter landing pages created at this timestamp." }, { "name": "updatedAt", "value": "2025-03-15T14:30:00Z", "type": "query", "description": "Filter landing pages updated at this timestamp." }, { "name": "archived", "value": "false", "type": "query", "description": "Whether to return archived landing pages." } ] }, "docs": "Returns a list of landing pages in the portal. You can filter by various properties and paginate through results. Both draft and published landing pages are accessible." }, { "info": { "name": "Hubspot Create a Landing Page", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/cms/v3/pages/landing-pages", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new landing page with the specified content and settings. The new landing page starts in draft state and must be published to make it publicly accessible." }, { "info": { "name": "Hubspot Get a Landing Page", "type": "http" }, "http": { "method": "GET", "url": "https://api.hubapi.com/cms/v3/pages/landing-pages/:objectId", "params": [ { "name": "objectId", "value": "500123", "type": "path", "description": "The ID of the landing page to retrieve." }, { "name": "archived", "value": "false", "type": "query", "description": "Whether to return archived landing pages." } ] }, "docs": "Returns the details of a specific landing page by its ID, including content, form connections, SEO settings, and publish state." }, { "info": { "name": "Hubspot Delete a Landing Page", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.hubapi.com/cms/v3/pages/landing-pages/:objectId", "params": [ { "name": "objectId", "value": "500123", "type": "path", "description": "The ID of the landing page to delete." } ] }, "docs": "Archives (soft deletes) a landing page by its ID. Archived landing pages are no longer publicly accessible but can be restored using the HubSpot UI." } ] } ], "bundled": true }