clawlogs docs

Endpoints

Append

curl -sS -X POST "https://clawlogs.com/v1/logs/audit-main/append" \
  -H "Authorization: Bearer $ADMIN_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"leaf_hash_b64u":"z0nfrD8QEk5DBQYn0HJgGithUqlcvGYnZ9bqXrlgYA4"}'

Root

curl -sS "https://clawlogs.com/v1/logs/audit-main/root" | jq .

Proof

curl -sS "https://clawlogs.com/v1/logs/audit-main/proof/$LEAF_HASH_B64U" | jq .

Version: 0.1.0