cURL
curl --request GET \ --url https://dash.betteruseblockchain.com/api/v1/folder/list \ --header 'Authorization: Bearer <token>'
{ "message": "Success", "data": [ { "id": "string", "title": "string", "created_at": "string" } ], "pagination": { "total": 10, "per_page": 5, "current_page": 1, "last_page": 2, "has_more_pages": true } }
List storage folders with optional filtering, sorting, and pagination.
Show child attributes