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

Name of the folder.

Example:

"My Folder"

Response

201 - undefined