chat
Get backup status
Check if a private key backup exists for the current user.
get/api/chat/backup/status
Response
Successful Response
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.