Folders
List Folders
List all client folders for the current account
GET
List Folders
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all client folders for the current account
curl --request GET \
--url https://api.oviond.com/v1/folders/clients \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"_id": "folderXyz",
"folderName": "Top Clients",
"account_id": "ov:26AbCdEfGhIjKlMnOp"
}
]
}curl --request GET \
--url https://api.oviond.com/v1/folders/clients \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"_id": "folderXyz",
"folderName": "Top Clients",
"account_id": "ov:26AbCdEfGhIjKlMnOp"
}
]
}