Was this helpful?
Creates a code to share a device.
/device/create-share-code
udid
Name of the device that will be shared to the guest
curl -L \ --request POST \ --url 'https://api.bringyour.com/device/create-share-code' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json'
{ "share_code": "text", "error": { "message": "text" } }