Retrieve a minimal signed public receipt

Only completed safe reports have receipts. The receipt never contains the report body, customer identity, or PDF. Compare a selected PDF locally against its signed full-file SHA-256 at /verification-report/. The Report ID alone does not verify a PDF.

get/sexoffender/report/live/verify/{reportId}

Path parameters

reportIdstring required

Opaque report ID returned when creating a report.

Response

Minimal signed issuance receipt

signaturestring required

Base64url RS256 signature over domain-separated canonical receipt JSON.

public_key_pemstring required

SPKI PEM public key. Pin the published key before trusting a client-side check.

Changes