Display all available backups in JetBackup 5. Returns a filtered list of backups, including only date, size, type, and restore IDs. Sensitive server information is filtered out.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example backups string total string https://cloud.hostup.se/api/hosting/{accountId}/jetbackup/backups curl -X GET "https://cloud.hostup.se/api/hosting/8665/jetbackup/backups" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"backups": "string",
"total": "string"
}