Was this helpful?
Creates a code to adopt a device. The adopt code is valid for a limited time.
/device/create-adopt-code
Name of the device that will be shared to the adopter
curl -L \ --request POST \ --url 'https://api.bringyour.com/device/create-adopt-code' \ --header 'Content-Type: application/json'
{ "adopt_code": "text", "adopt_secret": "text", "duration_minutes": 1, "error": { "message": "text" } }