Frontu API Sandbox
ClientApi/File/Download
Download File
2min
GET
PATH PARAMETERS
guid
string
*RESPONSES
200
Returned when successful
404
File not found
Curl
Python
PHP
Shell
C#
|
RESPONSES
200
404
|
curl --location -g --request GET 'https://dev1.frontu.com/client/api/v2/files/{guid}/download' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json'
// Returned when successful