Verify the fiscal chain integrity
Verifies a register chain end to end (vérification du chaînage — tamper / sequence-gap / broken-link detection), returning { valid, length } and, on a break, the brokenAt sequence and the reason. store (the chain id) is REQUIRED; without it the route 400s, and a store with no chain yet 404s.
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Query Parameters
REQUIRED — the register chain id (per store). Missing → 400.
Optional UTC calendar day (YYYY-MM-DD) to window the period. Malformed → 400.
Response
The end-to-end integrity verdict for the chain.
The end-to-end integrity verdict for the chain.

