QamaqQamaq
GET

Get folder tree

/folders/tree

Returns the complete folder hierarchy as a tree structure.

Code Examples

curl -X GET "https://api.qamaq.io/api/v1/folders/tree" \
  -H "Authorization: Bearer qmq_your_api_key"

Responses

200Folder tree

Response Body

[
{
id:string
name:string
children:object[]
}
]