GET
Get folder tree
/folders/treeReturns 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:stringname:stringchildren:object[]}
]