Method Details
HTTP Methods:
GET
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
Marketing
Required Scope:
Get a specific template by ID.
There's a new version of the HubSpot API
We're also working on a new documentation website, you're invited to check it out and give us your feedback.
HTTP Methods:
GET
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
Marketing
Required Scope:
Required Parameters | How to use | Description |
---|---|---|
OAuth access token or private app access token | Authorization: Bearer {token} header | Used to authenticate the request. Please see this page for more details about authentication. |
template_id | Used in the request URL | The unique id of the template. |
Parameter name | Type | Description |
---|---|---|
archived | bool | If True, the template will not show up in your dashboard, although the template will still be live |
category_id | string | The category of content this template can be used for. 1 for landing page, 2 for email, 3 for site page |
cdn_minified_url | string | For javascript and css, this is the URL of the version of the content that has been rendered, minified, and uploaded to our Content Delivery Network |
cdn_url | string | For non-html templates, the URL to the version of the template that has been rendered and uploaded to the HubSpot CDN |
deleted_at | long | When the template was deleted, in milliseconds since the epoch. Zero if the template was never deleted. Use a DELETE request to template the page, do not set this directly. |
folder | string | The folder this template lives in |
generated_from_layout_id | string | The id of the layout that generated this template |
id | string | The unique id of the template |
is_available_for_new_content | string | True if this template will show up in the content creation screen |
is_from_layout | string | True if template was generated by publishing a layout. |
is_read_only | string | True if the template can only be read |
label | string | The label of the template as it shows up in the template builder |
path | string | The path of the template, as should be used for HubL include statements |
source | string | The markup of the template |
thumbnail_path | string | The thumbnail image of the template |
updated | long | When the template was last updated, in milliseconds since the epoch |