# HubSpot CMS HubDB API

**Canonical:** https://apis.io/apis/hubspot/hubspot-cms-hubdb-api/  
**Provider:** HubSpot — https://apis.io/providers/hubspot/  
**Base URL:** https://api.hubapi.com  
**Documentation:** https://developers.hubspot.com/docs/api-reference/latest/cms/hubdb/guide

HubSpot CMS HubDB API is one of 144 APIs that [HubSpot](https://apis.io/providers/hubspot/) publishes on the [APIs.io](https://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.

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

## Operations (31)

| Method | Path | Summary |
|---|---|---|
| GET | `/cms/v3/hubdb/2026-09/tables` | Get all published tables |
| POST | `/cms/v3/hubdb/2026-09/tables` | Create a new table |
| GET | `/cms/v3/hubdb/2026-09/tables/draft` | Return all draft tables |
| GET | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}` | Get details of a published table |
| DELETE | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}` | Archive a table |
| GET | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft` | Get details for a draft table |
| PATCH | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft` | Update an existing table |
| POST | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/clone` | Clone a table |
| GET | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/export` | Export a draft table |
| POST | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/import` | Import data into draft table |
| POST | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/publish` | Publish a table from draft |
| POST | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/draft/reset` | Reset a draft table |
| GET | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/export` | Export a published version of a table |
| GET | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows` | Get rows for a table |
| 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/batch/read` | Get a set of rows |
| GET | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/draft` | Get rows from draft table |
| 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/create` | Create rows in batch |
| 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/read` | Get a set of rows from draft table |
| 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/update` | Update rows in batch in draft table |
| GET | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}` | Get a table row |
| GET | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft` | Get a row from the draft table |
| PUT | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft` | Replaces an existing row |
| DELETE | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft` | Permanently deletes a row |
| PATCH | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft` | Updates an existing row |
| POST | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/rows/{rowId}/draft/clone` | Clone a row |
| POST | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/unpublish` | Unpublish a table |
| DELETE | `/cms/v3/hubdb/2026-09/tables/{tableIdOrName}/versions/{versionId}` | Delete a table version |

## Machine-readable artifacts (1066)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/openapi/hubspot-cms-hubdb-api-openapi.yml
- **Documentation** — https://developers.hubspot.com/docs/api/cms/domains
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/domains-api-domain-collection-response-schema.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/domains-api-domain-schema.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/domains-api-forward-paging-schema.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/domains-api-next-page-schema.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/domains-api-domain-collection-response-structure.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/domains-api-domain-structure.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/domains-api-forward-paging-structure.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/domains-api-next-page-structure.json
- **CodeExamples** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/examples/domains-api-domain-collection-response-example.json
- **CodeExamples** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/examples/domains-api-domain-example.json
- **CodeExamples** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/examples/domains-api-forward-paging-example.json
- **CodeExamples** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/examples/domains-api-next-page-example.json
- **GraphQL** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/graphql/hubspot-graphql.md
- **Documentation** — https://developers.hubspot.com/docs/api/cms/source-code
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/source-code-api-action-response-schema.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/source-code-api-asset-file-metadata-schema.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/source-code-api-file-extract-request-schema.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/source-code-api-file-upload-request-schema.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/source-code-api-task-locator-schema.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/source-code-api-validation-error-schema.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/source-code-api-validation-result-schema.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/source-code-api-validation-warning-schema.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/source-code-api-action-response-structure.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/source-code-api-asset-file-metadata-structure.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/source-code-api-file-extract-request-structure.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/source-code-api-file-upload-request-structure.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/source-code-api-task-locator-structure.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/source-code-api-validation-error-structure.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/source-code-api-validation-result-structure.json
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/source-code-api-validation-warning-structure.json
- **CodeExamples** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/examples/source-code-api-action-response-example.json
- **CodeExamples** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/examples/source-code-api-asset-file-metadata-example.json
- **CodeExamples** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/examples/source-code-api-file-extract-request-example.json
- **CodeExamples** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/examples/source-code-api-file-upload-request-example.json
- **CodeExamples** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/examples/source-code-api-task-locator-example.json
- **CodeExamples** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/examples/source-code-api-validation-error-example.json
- **CodeExamples** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/examples/source-code-api-validation-result-example.json
- **CodeExamples** — https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/examples/source-code-api-validation-warning-example.json
- …and 1026 more, listed in full on the page.

## Other HubSpot APIs (12)

- [HubSpot URL Redirects API](https://apis.io/apis/hubspot/hubspot-url-redirects-api/)
- [HubSpot Pipelines API](https://apis.io/apis/hubspot/hubspot-pipelines-api/)
- [HubSpot Products API](https://apis.io/apis/hubspot/hubspot-products-api/)
- [HubSpot Line Items API](https://apis.io/apis/hubspot/hubspot-line-items-api/)
- [HubSpot Quotes API](https://apis.io/apis/hubspot/hubspot-quotes-api/)
- [HubSpot CRM Properties API](https://apis.io/apis/hubspot/hubspot-crm-properties-api/)
- [HubSpot Owners API](https://apis.io/apis/hubspot/hubspot-owners-api/)
- [HubSpot CRM Imports API](https://apis.io/apis/hubspot/hubspot-crm-imports-api/)
- [HubSpot Custom Objects API](https://apis.io/apis/hubspot/hubspot-custom-objects-api/)
- [HubSpot Marketing Events API](https://apis.io/apis/hubspot/hubspot-marketing-events-api/)
- [HubSpot Forms API](https://apis.io/apis/hubspot/hubspot-forms-api/)
- [HubSpot Workflows API](https://apis.io/apis/hubspot/hubspot-workflows-api/)

## Tags

CMS, HubDB

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/hubspot/hubspot-cms-hubdb-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/hubspot/.
