Retrieve downloadable links for backups created with JetBackup, useful for restoring specific files or your entire website.
hostingId integer · min: 1 required Example Unique hosting identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/hosting/{hostingId}/jetbackup/downloads curl -X GET "https://cloud.hostup.se/api/hosting/8665/jetbackup/downloads" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"accountId": "string",
"cpanelUsername": "string"
}
}