These docs are for v1.0. Click to read the latest docs for v1.3.

Create Folder

Create a new folder. Folders can contain documents or other folders and can be shared with collaborators. It supports only User token type.

Valid Access Token Types

Account

User

Valid Access Scopes

folder:readonly

Body Params
string
required

Name of the folder being created.

string
enum
required
  • folder - Folders can live in other folders, team folders, or the root of a user’s folder manager ("My Documents"). A folder in "My Documents" will have a null parent field.
  • team - Team folders can never live in another folder and are always located in the "Team Folders" section of a user's folder manager. Team folders will not have a parent field. Learn more
Allowed:
number | null

Destination folder to create the new folder in.
If it is not provided, the folder will be created in the root of the user's folder manager ("My Documents").

Headers
string
required
Defaults to 1

The API version used in the request.

Responses

403

Forbidden if the request is not authorized to create in the specified parent folder.

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json