# FluxShare - Share file Call to share file in fluxshare. Endpoint: GET /apps/fluxshare/sharefile Version: 6.6.1 Security: ZelID ## Query parameters: - `file` (string, required) File name that will be share Example: "message.txt" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.name` (string) File name - `data.token` (string) Token for share file - `data._id` (string) Id of file