GET /folders/details/{folderId}| Parameter | Type | Required | Description |
|---|---|---|---|
| folderId | string | Yes | Unique identifier of the folder to retrieve details for. |
GET /folders/details/yjkuy7ii7iu8i9i8
Content-Type: application/json
Authorization: Bearer <your_access_token>200 OK — Folder details retrieved successfully.401 Unauthorized — The current user is not authorized to access this folder.404 Not Found — The specified folderId does not exist.500 Internal Server Error — Unexpected server error.