Loading...
A QR code that maps to a URL to add the shared device. Send it to someone to scan to add the device.
Share code
const response = await fetch('https://api.bringyour.com/device/share-code/{code}/qr.png', { method: 'GET', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();
binary