Skip to main content
POST
/
audit
/
v1
/
integrity
/
hashchain
/
verify
Verify hash chain integrity
curl --request POST \
  --url https://api.swarmd.ai/audit/v1/integrity/hashchain/verify \
  --header 'Authorization: Bearer <token>'
{
  "overallStatus": "<string>",
  "checkpointsVerified": 123,
  "checkpointsFailed": 123,
  "eventsVerified": 123,
  "errors": [
    "<string>"
  ],
  "verifiedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

JWT token (USER, AGENT, or SERVICE auth)

Query Parameters

from
string<date-time>
to
string<date-time>

Response

200 - */*

OK

overallStatus
string
checkpointsVerified
integer<int32>
checkpointsFailed
integer<int32>
eventsVerified
integer<int32>
errors
string[]
verifiedAt
string<date-time>