How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HubSpot CMS HubDB API

HubSpot CMS HubDB — 31 operation(s) from HubSpot's published OpenAPI.

HubSpot CMS HubDB API is one of 144 APIs that HubSpot publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 692 JSON Schema definitions.

Tagged areas include CMS and HubDB. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, code examples, and 692 JSON Schemas.

This API exposes 31 operations across 24 paths, organized into 2 resource areas, and defines 32 schemas. It is described by OpenAPI 3.0.1, at version 2026-09.

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

31 operations 24 paths 32 schemas 3 DELETE10 GET2 PATCH15 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2026-09
Base URL
https://api.hubapi.com
Authentication
API Key, OAuth 2.0, API Key, API Key
Resource Areas
2

Authentication & Security 4

HubSpot CMS HubDB API declares 4 security schemes for authenticating requests. An API key is passed in the query as hapikey (developer_hapikey). It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 1 scope. An API key is passed in the header as private-app (private_apps). An API key is passed in the header as private-app-legacy (private_apps_legacy).

Paths & Operations 31

Across 24 paths, the API surfaces 31 operations — 3 DELETE, 10 GET, 2 PATCH, 15 POST, 1 PUT. They span 2 resource areas: Tables, Rows. Each is listed below with its method, path, parameters, and response codes.

Tables 16
GET
/cms/v3/hubdb/2026-09/tables
Get all published tables
get-/cms/v3/hubdb/2026-09/tables_getAllTables 12 params → 200default
POST
/cms/v3/hubdb/2026-09/tables
Create a new table
post-/cms/v3/hubdb/2026-09/tables_createTable body → 201default
GET
/cms/v3/hubdb/2026-09/tables/draft
Return all draft tables
get-/cms/v3/hubdb/2026-09/tables/draft_getAllDraftTables 12 params → 200default
GET
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}
Get details of a published table
get-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}_getTableDetails 4 params → 200default
DELETE
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}
Archive a table
delete-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}_archiveTable 1 param → 204default
GET
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft
Get details for a draft table
get-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft_getDraftTableDetailsById 4 params → 200default
PATCH
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft
Update an existing table
patch-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft_updateDraftTable 4 params body → 200default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/clone
Clone a table
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/clone_cloneDraftTable 1 param body → 200default
GET
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/export
Export a draft table
get-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/export_exportDraftTable 2 params → default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/import
Import data into draft table
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/import_importDraftTable 1 param body → 200default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/publish
Publish a table from draft
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/publish_publishDraftTable 2 params → 200default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/reset
Reset a draft table
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/reset_resetDraftTable 2 params → 200default
GET
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/export
Export a published version of a table
get-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/export_exportTable 2 params → default
GET
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft
Get rows from draft table
get-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft_readDraftTableRows 7 params → 200default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/unpublish
Unpublish a table
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/unpublish_unpublishTable 2 params → 200default
DELETE
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/versions/{versionId}
Delete a table version
delete-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/versions/{versionId}_removeTableVersion 2 params → 204default
Rows 15
GET
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows
Get rows for a table
get-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows_getTableRows 7 params → 200default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows
Add a new row to a table
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows_createTableRow 1 param body → 201default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/batch/read
Get a set of rows
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/batch/read_readTableRows 1 param body → 200207default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft/batch/clone
Clone rows in batch
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft/batch/clone_cloneDraftTableRows 1 param body → 200default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft/batch/create
Create rows in batch
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft/batch/create_createDraftTableRows 1 param body → 201207default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft/batch/purge
Permanently deletes rows
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft/batch/purge_purgeDraftTableRows 1 param body → 204default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft/batch/read
Get a set of rows from draft table
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft/batch/read_readDraftTableRows 1 param body → 200207default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft/batch/replace
Replace rows in batch in draft table
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft/batch/replace_replaceDraftTableRows 1 param body → 200207default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft/batch/update
Update rows in batch in draft table
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft/batch/update_updateDraftTableRows 1 param body → 200207default
GET
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}
Get a table row
get-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}_getTableRow 3 params → 200default
GET
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft
Get a row from the draft table
get-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft_getDraftTableRowById 3 params → 200default
PUT
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft
Replaces an existing row
put-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft_replaceDraftTableRow 2 params body → 200default
DELETE
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft
Permanently deletes a row
delete-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft_purgeDraftTableRow 2 params → 204default
PATCH
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft
Updates an existing row
patch-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft_updateDraftTableRow 2 params body → 200default
POST
/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft/clone
Clone a row
post-/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft/clone_cloneDraftTableRow 3 params → 200default

Schemas 32

The contract defines 32 schemas that model the data the API accepts and returns. The most detailed are Column (20 properties), HubDbTableV3 (20 properties), Option (11 properties), ColumnRequest (9 properties). Each schema is shown below with its type and property counts.

BatchInputHubDbTableRowBatchCloneRequest
object
1 property 1 required
BatchInputHubDbTableRowV3BatchUpdateRequest
object
1 property 1 required
BatchInputHubDbTableRowV3Request
object
1 property 1 required
BatchInputString
object
1 property 1 required
BatchResponseHubDbTableRowV3
object
6 properties 4 required
BatchResponseHubDbTableRowV3WithErrors
object
8 properties 4 required
BoundedNextPage
object
2 properties 1 required
BoundedPaging
object
1 property
CollectionResponseWithTotalHubDbTableV3
object
3 properties 2 required
Column
object
20 properties 6 required
ColumnRequest
object
9 properties 5 required
Error
object
Represents an error response returned by the API when an operation fails. This component is used in various endpoints to provide detailed information about the…
7 properties 3 required
ErrorDetail
object
Represents detailed information about an error that occurred in the API. This component is used to provide additional context and specifics about errors, typic…
5 properties 1 required
ForeignId
object
3 properties 3 required
HubDbTableCloneRequest
object
4 properties 2 required
HubDbTableRowBatchCloneRequest
object
2 properties 1 required
HubDbTableRowV3
object
8 properties 8 required
HubDbTableRowV3BatchUpdateRequest
object
6 properties 3 required
HubDbTableRowV3Request
object
5 properties 3 required
HubDbTableV3
object
20 properties 17 required
HubDbTableV3Request
object
8 properties 8 required
ImportResult
object
4 properties 4 required
NextPage
object
Specifies the paging information needed to retrieve the next set of results in a paginated API response
2 properties 1 required
Option
object
A HubSpot property option
11 properties 7 required
Paging
object
2 properties
PreviousPage
object
specifies the paging information needed to retrieve the previous set of results in a paginated API response
2 properties 1 required
RandomAccessCollectionResponseWithTotalHubDbTableRowV3
object
4 properties 3 required
SimpleUser
object
4 properties 4 required
StandardError
object
Ye olde error
8 properties 6 required
StreamingCollectionResponseWithTotalHubDbTableRowV3
object
4 properties 3 required
UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3
Variant
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hubspot-cms-hubdb-api-openapi.yml Raw ↑

Other APIs HubSpot publishes across the network.

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
HubSpot Workflows API
Where this information came from

This is an independent, third-party profile of HubSpot CMS HubDB API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.