Skip to main content
POST
/
v1
/
chain
/
reanchor-all
Re-anchor entire chain
curl --request POST \
  --url https://api.fact0.io/v1/chain/reanchor-all \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "<string>"
}
'
{
  "status": "<string>",
  "meta_event_id": "<string>",
  "meta_event_seq": 123
}

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.

Body

application/json
reason
string
required

Response

200 - application/json

Chain re-anchored

status
string
meta_event_id
string
meta_event_seq
integer<int64>