CircularID Docs← Back to Dashboard
QUICKSTART

Publish once. Distribute everywhere.

Every published passport on CircularID has a permanent public URL and a QR code. This section shows every way to get it in front of a customer — pick the one that matches how you sell.

The one thing every method needs

Your Organisation ID. Find it in CircularID Cloud under Settings → Integrations → Any Website — it's the org= value in the embed snippet shown there.

The fastest path — one script tag

Works on literally any web page, including WooCommerce, Shopify, Wix, Squarespace, or hand-written HTML:

<div data-circularid-sku="YOUR-PRODUCT-SKU"></div>
<script src="https://circularid.trikagency.com/embed.js?org=YOUR-ORG-ID" async></script>

This renders a small “Digital Product Passport” badge that links straight to the live, published passport for that SKU. It resolves nothing and renders nothing if that SKU has no published passport yet.

Choose your platform