Autional Autional
API Reference GitHub autional.com →

GET /admin/wallets/{wallet_id}/integrity

Verify the integrity of the event hash chain for a specified wallet, detect tampering or data corruption

Wallet Service `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes Wallet ID

Responses

StatusDescriptionSchema
200Integrity Verification Resultdto.DataResponse-domain_WalletIntegrityResult
400Invalid request parametersgitee_com_linmes_authms_base_dto.SimpleResponse
401Unauthenticated or invalid tokengitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

domain.WalletIntegrityResult

FieldTypeRequiredExampleConstraintsDescription
broken_at integer No
last_hash string No
total integer No
valid boolean No
wallet_id string No

dto.DataResponse-domain_WalletIntegrityResult

FieldTypeRequiredExampleConstraintsDescription
code integer No
data domain.WalletIntegrityResult No
message string No
timestamp string No

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No