API ReferenceFolder Management

Create Folder

POST/api/v1/folders

Create a new folder. Can be created at root level or as a subfolder of an existing folder.

Headers

AuthorizationstringRequired

Bearer token for authentication

Content-TypestringRequired

application/json

Body

namestringRequired

Name of the folder

parentIdstringOptional

Parent folder ID. Omit to create at root level.

descriptionstringOptional

Optional description for the folder

POST/api/v1/folders
Response