chat

Get backup status

Check if a private key backup exists for the current user.

get/api/chat/backup/status

Response

Successful Response

backup_enabledboolean required

Whether backup is enabled

has_backupboolean required

Whether a backup exists

key_typestring nullable

Key type if backup exists

created_atstring date-time nullable

When backup was first created

updated_atstring date-time nullable

When backup was last saved/overwritten

device_idstring nullable

Device UUID that created this backup

Example response

{
  "backup_enabled": true,
  "created_at": "2025-01-20T10:00:00Z",
  "device_id": "device-uuid",
  "has_backup": true,
  "key_type": "RSA-2048",
  "updated_at": "2025-01-22T14:30:00Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.