Skip to main content
GET
/
v1
/
events
/
{id}
/
verify
Verify a single event hash
curl --request GET \
  --url https://api.fact0.io/v1/events/{id}/verify \
  --header 'Authorization: Bearer <token>'
{
  "valid": true,
  "event_id": "<string>",
  "stored_hash": "<string>",
  "computed_hash": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fact0.io/llms.txt

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

Authorizations

Authorization
string
header
required

API key prefixed with alk_live_. Write scope required for ingest.

Path Parameters

id
string
required

Response

200 - application/json

Single-event verification result

valid
boolean
event_id
string
stored_hash
string
computed_hash
string