POST
/
api
/
v1
/
folder
/
create

Authorizations

Authorization
string
header
required

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

Body

application/json
title
string
required

Title of the folder.

folder_parent_id
string

ID of the parent folder. If not provided, the folder will be created at the root level.

Response

200 - application/json
data
object
message
string