Confirm adopt
post
Confirm the adoption of a device. This must be called from the side that initiates the adoption.
Body
adopt_codestringOptional
adopt_secretstringOptional
associated_network_namestringOptional
Responses
200Success
application/json
post
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"
}
200Success
{
"by_client_jwt": "text",
"error": {
"message": "text"
}
}
Was this helpful?