Autional Autional
API Reference GitHub autional.com →

GET /admin/point/integrity/{account_id}

Admin operation. Verify the hash-chain integrity of a points account block by block. Detects tampering events.

Points Service `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
account_id path string Yes Points account ID

Responses

StatusDescriptionSchema
200Verification completeddto.DataResponse-domain_PointIntegrityResult
400Bad requestgitee_com_linmes_authms_base_dto.SimpleResponse
401Unauthorizedgitee_com_linmes_authms_base_dto.SimpleResponse
403Forbiddengitee_com_linmes_authms_base_dto.SimpleResponse
404Event record not foundgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

domain.PointIntegrityResult

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

dto.DataResponse-domain_PointIntegrityResult

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

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No