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"
}Security Requirements
| Auth Types | Entities | Permissions | Required Roles |
|---|---|---|---|
| USER | AUDIT | READ | AUDIT:READ |
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"
}JWT token (USER, AGENT, or SERVICE auth)