cURL
curl --request GET \ --url https://your-domain.com/api/client/v1/servers/{id}/files/list \ --header 'Authorization: Bearer <token>'
{ "files": [ { "name": "<string>", "size": 123, "is_file": true, "is_directory": true, "is_symlink": true, "mime": "<string>", "mode": "<string>", "mode_bits": "<string>", "modified_at": "<string>", "created_at": "<string>" } ], "count": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Server UUID.
Directory contents
Show child attributes