Command Palette

Search for a command to run...

Verification API

The Verification API allows you to programmatically verify the authenticity of documents (Invoices and Quotes) generated by our system.

How it Works

Every document contains a unique secure ID or a QR code that points to our verification portal.

Verification Flow

  1. User scans QR code or enters the document ID on the portal.
  2. System fetches the original record from the secure database.
  3. Integrity check: The system ensures no tampering has occurred.
  4. Result displayed: A "Verified" badge confirms authenticity.

API Endpoint (Internal)

bash
GET /api/verify/[id]

Returns document metadata and verification status.

Security Features

  • Tamper-Evident: Any change to the PDF metadata will invalidate the verification.
  • Direct DB Link: Always matches the latest state in our secure cloud.