Was this helpful?
Confirm the adoption of a device. This must be called from the side that initiates the adoption.
/device/confirm-adopt
curl -L \ --request POST \ --url 'https://api.bringyour.com/device/confirm-adopt' \ --header 'Content-Type: application/json'
{ "by_client_jwt": "text", "error": { "message": "text" } }