Get a file
If you want to download a private file, you must use the default header for authentication.
GET
/{client}/{file}
curl \
-X GET http://api.example.com/{client}/{file}
Response examples (500)
{
"message": "An error occurred.",
"code": 500
}
Response examples (500)
{
"message": "An error occurred.",
"code": 500
}