File
The File endpoint allows you to get a list of all files, and delete or retrieve details of a specific file.
Get a list of files.
GET
https://api.halosecurity.com/api/v1/file/list.json
Returns a paginated list of files.
https://www.halosecurity.com/user/security/report/files
Query Parameters
Get the details of a file.
GET
https://api.halosecurity.com/api/v1/file/get.json
Returns the details of a file.
https://www.halosecurity.com/user/security/report/files
Query Parameters
Delete a file
GET
https://api.halosecurity.com/api/v1/file/delete.json
Returns the file deletion status.
https://www.halosecurity.com/user/security/report/files
Query Parameters
List Folders
GET
https://api.halosecurity.com/api/v1/file/folder-list.json
Returns a list of folders.
Last updated