Method Details
HTTP Methods:
POST
Content Type:
application/json
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
Marketing
Required Scope:
Clone an existing HubDB table.
There's a new version of the HubSpot API
As of November 30, 2022, HubSpot API Keys are being deprecated and are no longer supported. Continued use of HubSpot API Keys is a security risk to your account and data. Your API Keys could be deactivated at any time after Nov. 30th, and we recommend that you migrate to Private Apps as soon as possible so you do not lose business-critical functionality.
HTTP Methods:
POST
Content Type:
application/json
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
Marketing
Required Scope:
Clone an existing HubDB table.
Required Parameters | How to use | Description |
---|---|---|
OAuth Access Token or API Key | Authorization: Bearer {token} header or hapikey={key} query parameter. |
Used to authenticate the request. Please see this page for more details about authentication. |
Table ID | :tableId Used in the request URL |
The ID of the table to be cloned. |
Optional Parameters | How to use | Description |
---|---|---|
Update Draft details | /draft Used in the request URL |
Include /draft at the end of the request path to update the draft version of the table. |
Name | "newName":{name} Used in the request |
The name of the new table. If omitted, an empty JSON object must still be passed in the request body. |