Skip to main content
POST
Create a folder
Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.

Headers

X-Api-Key
string
required

API key. Refer to Authentication for more information.

Accept
enum<string>
default:application/json
required

Must be application/json.

Available options:
application/json

Body

application/json
folder
object
required

Response

The folder was created.

id
string

Unique identifier for the folder.

Example:

"wbrkxdm"

name
string

Name of the folder.

Example:

"Onboarding"

parent_id
string | null

Identifier of the parent folder, or null for a top level folder.

Example:

"hqzptnv"

created_at
string<date-time>

Timestamp when the folder was created.

Example:

"2026-02-14T08:12:03.000Z"