URnetwork
Copyright 2024 BringYour, Inc.
A QR code that maps to a URL to adopt the device. Send it to someone to scan to adopt the device.
Adopt code
const response = await fetch('https://api.bringyour.com/device/adopt-code/{code}/qr.png', { method: 'GET', headers: {}, }); const data = await response.json();
binary