Skip to main content
POST
Create folder

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

Display name, up to 60 characters.

Maximum string length: 60
parentId
string | null

Nest the new folder inside this one. Omit it, or send null, for a top-level folder.

Response

Successful response

folderId
string

The unique identifier of the created folder.

folder
Folder · object