Create a project or folder

Creates a new folder in the specified parent folder. If no parent folder ID is specified, the folder created will be a top level folder (in the Home folder).

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestringRequired
Folder name.
parent_idintegerOptional
Parent folder ID. Defaults to Home folder.

Response

Success reply
idinteger or null
The unique identifier.

Errors