Create Folder
Folders
Create a Folder
Create a folder. parent_id=NULL creates a root-level folder.
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 offolders[] in List Folders.
Errors
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Successful Response
The response is of type Response Create Folder Folders Post · object.