Skip to main content
GET
/
v1
/
backups
/
{backupId}
/
verify
Verify a backup's integrity
curl --request GET \
  --url https://service.uat-keys.coincover.com/v1/backups/{backupId}/verify \
  --header 'Authorization: Bearer <token>'
{
  "is_backup_valid": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Can be either a JWT token or API key.

Headers

Authorization
string
required

Bearer token for authentication. Can be either a JWT token or API key.

Path Parameters

backupId
string<uuid>
required

ID of the backup to verify

Response

Backup verification result

is_backup_valid
boolean

Whether the backup is valid and can be recovered

message
string

Message indicating the verification result