Guide6 min readUpdated Jun 4, 2026

Public QR Lookup For Inspection Records

The QR code opens the company portal. The visitor then enters the inspection submission code to load the record.

BYBy Team BYLT

How public lookup works

A company QR URL points to a public page such as https://view.bylt.dk/i/{public_portal_key}. The QR code does not include a specific inspection code in v1.

  • No login is required for the public lookup flow.
  • Company branding comes from the public company profile endpoint.
  • Inspection detail comes from the public inspection lookup endpoint.
  • Visitors can enter codes such as FFT-016 with extra spaces or lowercase letters.
  • Invalid codes should show a retryable not-found message while keeping company branding visible.
Tip

Normalize inspection codes before lookup by trimming whitespace and using uppercase formatting.