Get All Folders
Written By Team BugSmash
Last updated 9 days ago
METHOD: GET
URL: https://api.bugsmash.io/api/v2/folders
HEADERS:
X-API-Key: YOUR_API_KEY
Content-Type: application/json
CURL:
curl --location 'https://api.bugsmash.io/api/v2/folders' \
--header 'X-API-Key: YOUR_API_KEY'
RESPONSE:
{
"status": true,
"message": "All folders",
"data": [
{
"id": "e5f6a7b8-c9d0-1234-efab-234567890124",
"name": "Client Deliverables",
"share_access": "public",
"projects_count": 3,
"short_url": "https://app.bugsmash.io/review/AbCdE",
"created_at": "2026-03-27T11:46:44.000000Z",
"updated_at": "2026-03-27T11:46:44.000000Z"
},
{
"id": "f6a7b8c9-d0e1-2345-fabc-345678901235",
"name": "Internal Reviews",
"share_access": "public",
"projects_count": 0,
"short_url": "https://app.bugsmash.io/review/FgHiJ",
"created_at": "2026-03-05T10:58:38.000000Z",
"updated_at": "2026-03-05T10:58:38.000000Z"
}
]
}