Skip to main content
GET
/
v1
/
audit-events
/
verify
Verify audit chain
curl --request GET \
  --url https://api.strait.dev/v1/audit-events/verify \
  --header 'Authorization: Bearer <token>'
{
  "events_checked": 123,
  "project_id": "<string>",
  "valid": true,
  "$schema": "<string>",
  "broken_at_id": "<string>",
  "error": "<string>",
  "first_event_id": "<string>",
  "last_event_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.strait.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Response

OK

events_checked
integer<int64>
required
project_id
string
required
valid
boolean
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://api.strait.dev/schemas/AuditChainVerification.json"

broken_at_id
string
error
string
first_event_id
string
last_event_id
string