curl --request GET \
--url 'https://haunt.gg/api/imagehost/folders?key='{
"folders": [
{
"id": "<string>",
"folderName": "<string>",
"folderPublic": true,
"folderPasswordEnabled": true,
"createdAt": 123,
"updatedAt": 123,
"fileCount": 123,
"totalSize": 123
}
],
"total": 123
}Retrieve a list of all folders with file counts and total sizes. Requires your Account API key.
curl --request GET \
--url 'https://haunt.gg/api/imagehost/folders?key='{
"folders": [
{
"id": "<string>",
"folderName": "<string>",
"folderPublic": true,
"folderPasswordEnabled": true,
"createdAt": 123,
"updatedAt": 123,
"fileCount": 123,
"totalSize": 123
}
],
"total": 123
}Was this page helpful?