Confirm share
Confirm the share of a device. This must be called from the side that initiates the share.
Authorizations
AuthorizationstringRequired
BringYour JWT
Body
share_codestringOptional
associated_network_namestringOptional
Responses
200Success
application/json
post
/device/confirm-sharePOST /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"
}200Success
{
"associated_network_name": "text",
"error": {
"message": "text"
}
}Was this helpful?