Skip to main content
GET
/
crm
/
v3
/
lists
/
folders
Recupera una carpeta.
curl --request GET \
  --url https://api.hubapi.com/crm/v3/lists/folders \
  --header 'Authorization: Bearer <token>'
{
  "folder": {
    "createdAt": "2023-11-07T05:31:56Z",
    "parentFolderId": "<string>",
    "childNodes": [
      {}
    ],
    "name": "<string>",
    "id": "<string>",
    "childLists": [
      123
    ],
    "updatedContentsAt": "2023-11-07T05:31:56Z",
    "userId": 123,
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Starter
Sales HubSales Hub -Gratuito
Service HubService Hub -Gratuito
Content HubContent Hub -Starter
Esta API requiere uno de los siguientes ámbitos:
crm.lists.read

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

folderId
string
default:0

El ID de la carpeta que se recuperará.

Response

successful operation

folder
object
required
I