Get a user file
Returns the decrypted content of a user file. The file is selected by fileuuid (preferred) or by filename. When selecting by filename, the most recently created file with that name is returned. At least one of fileuuid or filename is required.
By default the content is returned as a base64-encoded filedata field inside a JSON response. Set raw to true to receive the decrypted bytes directly with the appropriate Content-Type and Content-Disposition headers (useful for direct downloads).
Authorizations
API token for authentication
Body
Mode of user identification
login, token, email, phone, custom User identifier corresponding to the mode
Unique identifier of the file to retrieve (preferred)
Name of the file to retrieve (resolves to the most recent file with this name)
If true, return the raw decrypted bytes instead of a base64 JSON response
Additional metadata for the request