Authorizations
Your API key from the Velt Console
Your Auth Token for authentication
Body
application/json
Response
Folders retrieved successfully
Use this API to retrieve the given folderβs metadata and its subfolders. You can retrieve nested subfolders at any depth level using the maxDepth parameter. The response includes an ancestors array showing the parent hierarchy and an inheritAccessFromParent field indicating whether access is inherited.
Optional Parameters:
folderId: Folder ID to retrieve a specific folder and its subfolders. If not provided, all folders in the organization will be retrieved.maxDepth: Maximum depth level for retrieving nested subfolders. If not provided, only immediate subfolders are retrieved.Requirements:
π Full Documentation: https://docs.velt.dev/api-reference/rest-apis/v2/folders/get-folders
Your API key from the Velt Console
Your Auth Token for authentication
Folders retrieved successfully