Last updated 1 month ago
The name of the file to retrieve.
"example_file_name.jpg"
File retrieved successfully
const response = await fetch('/email-files/{fileName}', { method: 'GET', headers: {}, }); const data = await response.json();
binary