Was this helpful?
Confirm the share of a device. This must be called from the side that initiates the share.
POST /device/confirm-share HTTP/1.1 Host: api.bringyour.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 54 { "share_code": "text", "associated_network_name": "text" }
{ "associated_network_name": "text", "error": { "message": "text" } }