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
| Name | In | Type | Required | Default | Example | Constraints | Description |
account_id |
path |
string |
Yes |
|
|
|
Points account ID |
Referenced Schemas
domain.PointIntegrityResult
| Field | Type | Required | Example | Constraints | Description |
account_id |
string |
No |
|
|
|
broken_at |
integer |
No |
|
|
|
last_hash |
string |
No |
|
|
|
total |
integer |
No |
|
|
|
valid |
boolean |
No |
|
|
|
dto.DataResponse-domain_PointIntegrityResult
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
domain.PointIntegrityResult |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|