Was this helpful?
Creates a code to share a device.
udid
Name of the device that will be shared to the guest
POST /device/create-share-code HTTP/1.1 Host: api.bringyour.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 41 { "client_id": "text", "device_name": "text" }
{ "share_code": "text", "error": { "message": "text" } }