Skip to main content
GET
/
api
/
v1
/
{app_id}
/
folders
/
{id}
/
tree
Error
A valid request URL is required to generate request examples
{
  "data": {
    "children": "<array>",
    "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
  },
  "success": true
}

Path Parameters

app_id
string
required

App ID

id
string
required

Folder ID

Response

Folder tree retrieved successfully

data
object
success
boolean