Trigger a new backup
POST/backups
Trigger a new full account backup. The backup is created asynchronously — use GET /backups/{backupId} to check its status.
Responses
- 201
- 401
Backup creation was triggered. The backup object is returned with a 'pending' status.
Unauthorized — the Bearer token is missing, invalid, or expired.