Folder APIs

Method and routeComment
GET /v4/foldersLists and searches folders.
GET /v4/folders/{folder_uuid}Retrieve all folder information as JSON.
POST /v4/foldersCreates a folder.
PATCH /v4/folders/{folder_uuid}Renames a folder.
PUT /v4/folders/{folder_uuid}/folders/{folder_uuid}Moves a folder.
DELETE /v4/folders/{folder_uuid}Deletes a folder.