URnetwork
Copyright 2024 BringYour, Inc.
Confirm the share of a device. This must be called from the side that initiates the share.
const response = await fetch('https://api.bringyour.com/device/confirm-share', { method: 'POST', headers: { "Authorization": "Bearer <token>", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "associated_network_name": "text", "error": { "message": "text" } }