Media
List Media Folders
List media folders for the current account.
GET
List Media Folders
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List media folders for the current account.
curl --request GET \
--url https://api.oviond.com/v1/media/folders \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "<string>",
"account_id": "<string>",
"name": "<string>",
"created_at": null
}
]
}curl --request GET \
--url https://api.oviond.com/v1/media/folders \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "<string>",
"account_id": "<string>",
"name": "<string>",
"created_at": null
}
]
}