Was this helpful?
Confirm the adoption of a device. This must be called from the side that initiates the adoption.
POST /device/confirm-adopt HTTP/1.1 Host: api.bringyour.com Content-Type: application/json Accept: */* Content-Length: 76 { "adopt_code": "text", "adopt_secret": "text", "associated_network_name": "text" }
{ "by_client_jwt": "text", "error": { "message": "text" } }