Folder List

Method GET

https://api.streamsb.com/api/folder/list?key=key&fld_id=fld_id

Parameters
key API key Example: 1l5ftrilhllgwx2bo String
fld_id folder id Example: 15. Number
Request
		            curl --include \
'https://api.streamsb.com/api/folder/list?key={key}&fld_id={fld_id}'
		        
Response
		            {
  "msg": "OK",
  "server_time": "2020-08-11 04:28:53",
  "status": 200,
  "result": {
    "folders": [
      {
        "name": "Sub1",
        "fld_id": "24"
      }
    ],
    "files": [
      {
        "link": "https://streamsb.net/4w0sy8e63f0c.html",
        "uploaded": "2020-07-18 04:06:39",
        "file_code": "4w0sy8e63f0c",
        "fld_id": "16",
        "title": "000 video sample2 s",
        "canplay": 0
      }
    ]
  }
}