Skip to main content

Verification Certificates

Every verification performed through VeriflowAPI generates a signed certificate. Certificates provide a tamper-proof audit trail that proves a verification was performed at a specific point in time using specific data sources.

What is a verification certificate?

A verification certificate is a cryptographically signed record containing:
  • The verification ID
  • The provider details verified
  • The data sources checked
  • The result of the verification
  • A precise timestamp
  • A SHA256 hash signature
Certificates are useful for regulatory audits, compliance documentation, and legal defensibility. If you are ever asked to prove that you verified a provider’s credentials before onboarding, a VeriflowAPI certificate provides that proof.

Certificate fields

Every verification response includes two certificate-related fields:

Retrieve a certificate

Response

Download PDF certificate

Returns a PDF version of the certificate suitable for storage in compliance documentation systems or sharing with auditors. The PDF includes:
  • VeriflowAPI letterhead
  • All verification details
  • QR code linking to the online verification record
  • Digital signature

Certificate retention

VeriflowAPI retains all verification certificates for a minimum of 7 years from the date of issue, in line with standard healthcare compliance record retention requirements. Certificates are available via API at any time during the retention period using the original verification_id.

Verifying certificate integrity

You can verify that a certificate has not been tampered with by recomputing the SHA256 hash of the certificate body and comparing it to the certificate_hash field.