Skip to main content
GET
/
audit-logs
/
verify
Verify audit log hash chain integrity
curl --request GET \
  --url https://api.artu.ai/audit-logs/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Environment: <api-key>'
{
  "valid": true,
  "recordCount": 0,
  "brokenAt": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the dashboard.

X-Environment
string
header
required

Target environment for the request. Must be "test" or "live".

Response

200 - application/json

OK

valid
boolean
required
recordCount
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
brokenAt
string