Backups API
List Backups
GET /api/sites/{siteId}/backupsReturns backup history for a site.
Create Backup
POST /api/sites/{siteId}/backupsTrigger a new backup. This is an asynchronous operation — the backup will be created in the background.
Restore Backup
POST /api/sites/{siteId}/backups/{backupId}/restoreRestore a site from a specific backup.