---
title: "Verify a document's ledger chain."
method: GET
path: "/api/ledger/{documentId}/valid"
tags: ["Redaction Ledger"]
---

# Verify a document's ledger chain.

`GET /api/ledger/{documentId}/valid`

Returns whether the hash chain for the document's ledger verifies (no entry has been altered and every link is intact). Requires the `ledger:read` scope.

## Path parameters

- `documentId` string, required

## Query parameters

- `owner` string

## Headers

- `Authorization` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `405` — Method Not Allowed
- `413` — Content Too Large
- `415` — Unsupported Media Type
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/philterd/apis/philter-api.md) · [All operations](https://skmtc.net/philterd/apis/philter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/philterd/philter-api/versions/67443cd5a65b/schema)
