File
Retrieve
Retrieve a file.
GET
/
v1
/
store
/
file
/
{key}
Path
key
string
requiredThe key of the file to be retrieved.
Header
x-api-key
string
requiredYour JigsawStack API key
Response
success
boolean
Indicates whether the call was successful.
message
string
The message returned by the API.
url
string
The accessible URL of the file.
key
string
The key of the file.