Download restored files shared by email
Downloads one or more restored files, bundled into a ZIP file, that another user shared with you by email.
- application/json
Request Body
- email_link string required
The download link that was sent to you by email. To get the download link, open the email message, click "Download File" to launch the Clumio "Access Requested File" page, and copy the URL.
- passcode string required
The passcode used to access the restored file. Obtain the passcode from the user who generated the restored file.
Responses
- 200
- default
Success
- application/api.clumio.restored-files=v1+json
- Schema
- Example (from schema)
Schema
_links object
- download_url string
A download link that lets you directly download the file. The link expires 24 hours after file restore.
{
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
}
},
"download_url": "string"
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
POST /restores/files/_download
Request
Request
curl -L -X POST 'https://us-west-2.api.clumio.com/restores/files/_download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.restored-files=v1+json' \
--data-raw '{
"email_link": "string",
"passcode": "string"
}'
curl -L -X POST 'https://us-west-2.api.clumio.com/restores/files/_download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.restored-files=v1+json' \
--data-raw '{
"email_link": "string",
"passcode": "string"
}'
curl -L -X POST 'https://us-west-2.api.clumio.com/restores/files/_download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.restored-files=v1+json' \
--data-raw '{
"email_link": "string",
"passcode": "string"
}'
curl -L -X POST 'https://us-west-2.api.clumio.com/restores/files/_download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.restored-files=v1+json' \
--data-raw '{
"email_link": "string",
"passcode": "string"
}'
curl -L -X POST 'https://us-west-2.api.clumio.com/restores/files/_download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.restored-files=v1+json' \
--data-raw '{
"email_link": "string",
"passcode": "string"
}'
curl -L -X POST 'https://us-west-2.api.clumio.com/restores/files/_download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.restored-files=v1+json' \
--data-raw '{
"email_link": "string",
"passcode": "string"
}'
curl -L -X POST 'https://us-west-2.api.clumio.com/restores/files/_download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.restored-files=v1+json' \
--data-raw '{
"email_link": "string",
"passcode": "string"
}'