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