Public View and QR Codes
Each published passport is available as a public view page, with optional QR codes for easy access.
Public View
The standard view URL uses the passport ID:
/dpp/index/view/id/{passport_id}
If GS1 Digital Link is enabled, GTIN-based URLs will also resolve to the same passport.
Only published passports are publicly accessible.
JSON-LD On View Route
The same view route can return JSON-LD when the request asks for JSON:
- Send
Accept: application/ld+json(orapplication/json) - Response is limited to published passports
- Not found/non-published returns
404
QR Codes
QR codes can be displayed on the product page to link directly to the passport view. This helps customers scan and access the passport quickly.
QR image endpoint:
/dpp/index/qr?id={passport_id}
If the passport is not published (or not found), the QR endpoint returns 404.
