Verifies a receipt by ID. Returns a verdict indicating the cryptographic validity and current status of the receipt.Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Verdicts
| Verdict | Meaning |
|---|---|
VALID | Signature is valid, key was not compromised, receipt is active |
REVOKED | Receipt has been explicitly revoked |
INVALID_SIGNATURE | Cryptographic signature verification failed |
KEY_COMPROMISED | Signing key was marked compromised at or before issuance |
KEY_INACTIVE | Signing key is no longer active |
NOT_FOUND | Receipt not found for this tenant |
Request
UUID of the receipt to verify.
Response
UUID of the verified receipt.
VALID, REVOKED, INVALID_SIGNATURE, KEY_COMPROMISED, KEY_INACTIVE, or NOT_FOUND.The receipt type name.
UUID of the issuer that signed the receipt.
ISO 8601 timestamp of when the receipt was minted.
ISO 8601 timestamp of this verification check.

