Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HubSpot Site Pages API

Operations for managing site pages

HubSpot Site Pages API is one of 93 APIs that HubSpot publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 652 JSON Schema definitions.

Tagged areas include Site Pages. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, code examples, and 652 JSON Schemas.

This API exposes 6 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 3.0.0.

Requests are made against a single base URL, https://api.hubapi.com.

6 operations 3 paths 6 schemas 1 DELETE2 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.0
Base URL
https://api.example.com
Authentication
OAuth 2.0
License
Resource Areas
1

Authentication & Security 1

HubSpot Site Pages API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 1 scope.

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Site Pages 6

Operations for managing site pages

GET
/cms/v3/pages/site-pages
Hubspot List Site Pages
listSitePages 6 params → 200401
POST
/cms/v3/pages/site-pages
Hubspot Create a Site Page
createSitePage body → 201400401
GET
/cms/v3/pages/site-pages/{objectId}
Hubspot Get a Site Page
getSitePage 2 params → 200401404
PATCH
/cms/v3/pages/site-pages/{objectId}
Hubspot Update a Site Page
updateSitePage 1 param body → 200400401404
DELETE
/cms/v3/pages/site-pages/{objectId}
Hubspot Delete a Site Page
deleteSitePage 1 param → 204401404
POST
/cms/v3/pages/site-pages/{objectId}/draft/push-live
Hubspot Publish a Site Page
publishSitePage 1 param → 200401404

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Page (16 properties), PageCreateRequest (8 properties), PageUpdateRequest (5 properties), Error (4 properties). Each schema is shown below with its type and property counts.

Error
object
An error response.
4 properties
Paging
object
Pagination information.
1 property
Page
object
A HubSpot CMS page (site page or landing page).
16 properties
PageCreateRequest
object
Request body for creating a CMS page.
8 properties 2 required
PageUpdateRequest
object
Request body for updating a CMS page.
5 properties
CollectionResponsePage
object
A paginated list of CMS pages.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hubspot-site-pages-api-openapi.yml Raw ↑

Other APIs HubSpot publishes across the network.

HubSpot Posts API
HubSpot URL Redirects API
HubSpot Pipelines API
HubSpot Products API
HubSpot Line Items API
HubSpot Quotes API
HubSpot CRM Properties API
HubSpot Owners API
HubSpot CRM Imports API
HubSpot Custom Objects API
HubSpot Marketing Events API
HubSpot Forms API