URnetwork
Copyright 2024 BringYour, Inc.
The status of the adopt-code device. The status can be one of:
const response = await fetch('https://api.bringyour.com/device/adopt-status', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "pending": false, "associated_network_name": "text", "error": { "message": "text" } }