v1
latestOpenAPI 3.0.02026-07-14198572488.4 KBBackups
Get Cloud Backup Download Link
Get a download link for a cloud backup for a given backup id
get/v1/sites/{id}/cloud_backups/{backup_id}/download
Path parameters
idinteger required
ID of the Site you are interacting with
Example:8880000888
backup_idstring required
Response
OK
Example response
{
"success": true,
"errors": [],
"messages": [],
"result": {
"download_link": "https://example.r2.cloudflarestorage.com/abcd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=abcd"
}
}