Get JetBackup file download links

Retrieve downloadable links for backups created with JetBackup, useful for restoring specific files or your entire website.

Path Parameters

hostingId integer · min: 1 required Example

Unique hosting identifier

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
GET https://cloud.hostup.se/api/hosting/{hostingId}/jetbackup/downloads
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/hosting/8665/jetbackup/downloads" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "success": true,
    "accountId": "string",
    "cpanelUsername": "string"
  }
}