Skip to main content
POST
Create Folder
Folder names must be unique among siblings at the same parent, case-insensitively — enforced by a database constraint on (org_id, parent_id, lower(name)). Creating into a collision returns 409.

Auth

Requires a CRM manage scope and an active organization on the token. Any *:manage scope qualifies — in practice contacts:manage, deals:manage, companies:manage, or activities:manage.

Response

Returns the created folder row — same shape as one element of folders[] in List Folders.

Errors

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Folder name; must be unique among siblings at the same parent (case-insensitive).

parent_id
string | null

Parent folder id; omit or null to create a root-level folder.

Response

Successful Response

The response is of type Response Create Folder Folders Post · object.