Authorization: Bearer ********************
curl --location --request GET 'https://api.vika.cn/fusion/v1/spaces/spczdmQDfBAn5/nodes' \
--header 'Authorization;'
{
"success": true,
"code": 200,
"message": "SUCCESS",
"data": {
"nodes": [
{
"id": "fodwrbgo8lDpbUjZzm",
"name": "采购管理",
"type": "Folder",
"icon": "🤠",
"isFav": true
}
]
}
}