cURL
curl --request GET \ --url https://shardcloud.app/api/apps/{app_id}/files \ --header 'Authorization: Bearer <token>'
[ { "path": "<string>", "type": "<string>", "name": "<string>", "size": 123, "last_modified": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Directory path
Folder structure