Storage API
Download File
Download File returns the requested file object when the path is valid and accessible.
Endpoint
GET
HEADER
x-api-key: API key generated in your account.
PATH PARAMETERS
storeSlug: slug of the target store.
path: file path inside the store including file name, for example /animal/dolphin.png.
RESPONSE
If the request is successful, the response body is the file content.
