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