Skip to content

Get revocation index hash

GET
/v1/federation/revocation-hash
curl --request GET \
--url http://localhost:8693/v1/federation/revocation-hash

Returns SHA-256 hash of the local revocation index for peer sync comparison.

Revocation hash

Media type application/json
object
hash
string
count
integer
timestamp
string format: date-time
Example generated
{
"hash": "example",
"count": 1,
"timestamp": "2026-04-15T12:00:00Z"
}