Method Details
HTTP Methods:
GET
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
Marketing & CRM
Required Scope:
Get the details for a specific folder.
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:
GET
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
Marketing & CRM
Required Scope:
Get the details for a specific folder.
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. |
folder_id | Used in the request URL | Unique identifier for a particular folder |
Hit this URL with a HTTP method of GET http://api.hubapi.com/filemanager/api/v2/folders/14181156?hapikey=demo
Parameter name | Type | Description |
---|---|---|
created | long | When the folder was first created, in milliseconds since the epoch |
deleted_at | long | When the folder was deleted, in milliseconds since the epoch. Zero if the folder was never deleted. Use a DELETE request to delete the folder, do not set this directly. |
full_path | string | The full path to the folder, with all the parent folder paths included |
id | string | The unique id of the folder |
name | string | The name of the folder |
parent_folder_id | string | The id of the parent folder |
updated | long | When the folder was last updated, in milliseconds since the epoch |