Retrieves the complete hierarchical tree of all accessible Digital Asset Management folders with nested child folders and media counts
A valid request URL is required to generate request examples
{ "data": [ { "children": "<array>", "folder": { "created_at": "<string>", "file_count": 123, "has_content_access": true, "id": "<string>", "image_count": 123, "is_default": true, "name": "<string>", "parent_id": "<string>", "public": true, "slug": "<string>", "updated_at": "<string>", "video_count": 123 } } ], "details": [ "<string>" ], "success": true }
App slug
Team slug
Folder tree retrieved successfully
Show child attributes
Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes