🚀 Version 2.0 is now live! See our changelog for details
cURL
curl --request GET \ --url https://api.tenbyte.io/v1/stream/libraries/{libraryId}/folders/{folderId} \ --header 'Authorization: Bearer <token>'
{ "data": { "created_at": "2025-11-10T14:35:09.411038+06:00", "updated_at": "2025-11-10T14:42:38.812459+06:00", "name": "New Folder", "id": "8946e490-2cf3-48d2-82ae-99ab8e65a795", "library_id": "314221a1-3cbf-4d3c-846e-f6c22bc43064" }, "message": "Folder Fetched Successfully", "success": true }
Retrieve detailed information about a specific folder.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the library.
Unique identifier of the folder.
Show child attributes