Skip to main content
GET
/
transparency
/
root
Signed current Merkle root for the canonical-card transparency log.
curl --request GET \
  --url https://api.mnemom.ai/v1/transparency/root
{
  "tree_size": 1,
  "root_hash": "<string>",
  "published_at": "2023-11-07T05:31:56Z",
  "signing_key_id": "<string>",
  "signature": "<string>"
}

Response

Signed root, or an empty-state payload when the log has no entries.

tree_size
integer
required
Required range: x >= 0
root_hash
string
required
Pattern: ^[0-9a-f]{64}$
published_at
string<date-time>
required
signing_key_id
string
required
signature
string
required

Base64url Ed25519 signature over canonical_json({typ, tree_size, root_hash, published_at, kid}).