API Reference
Create Folder
1min
POST
Header Parameters
Content-Type
Accept
Body Parameters
body
Responses
200
OK
This endpoint allows you to create a new folder.
Request Body:
Name
(string) - The name of the folder. (Required)
ParentFolderId
(integer) - (Required. Pass null to create a root folder)
Response:
Message
- A message indicating the status of the request.
IsSuccess
- Indicates whether the request was successful.
ObjectId
- The unique identifier of the newly created folder.