this page's unique_id:
…
Endpoints
| route | what it does |
|---|---|
GET /sync | read-or-mint, sets the central cookie, returns the signed id (silent fetch+CORS — Chrome 3p path) |
GET /whoami | read-only probe: returns the uid iff the 3p cookie reached us (capability check) |
GET /bridge | Safari / 3p-blocked fallback: one-time top-level redirect; signed id returned in the URL fragment |
GET /health | liveness |
Integration (one tag per platform)
<script src="https://id-tnet.lo/sdk.js" defer></script> <script> TNETID.get().then(r => r && console.log('[tnet-id]', r.uid, r.source)); </script>