---
title: "POST /crm/lists/2026-03/folders"
method: POST
path: "/crm/lists/2026-03/folders"
tags: ["Basic"]
---

# POST /crm/lists/2026-03/folders

`POST /crm/lists/2026-03/folders`

## Request body

- CrmListsListFolderCreateRequest
  - `name` string, required — The name of the folder to be created.
  - `parentFolderId` string — The folder this should be created in, if not specified will be created in the root folder 0.

## Response `200`

successful operation

- CrmListsListFolderCreateResponse
  - `folder` CrmListsPublicListFolder, required
    - `childLists` integer[], required — An array of list Id's contained in this folder.
    - `childNodes` CrmListsPublicListFolder[], required
    - `createdAt` string, date-time — The time the folder was created at.
    - `id` string, required — The Id of the folder.
    - `name` string — The name of the folder.
    - `parentFolderId` string, required — The Id of the folder this folder is in, the root folder is represented as 0.
    - `updatedAt` string, date-time — The time the folder was last updated at.
    - `updatedContentsAt` string, date-time — The time that the contents of the folder was last updated at.
    - `userId` integer — The user Id of the owner of the folder.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
