Confirm share

post

Confirm the share of a device. This must be called from the side that initiates the share.

Authorizations
Body
share_codestringOptional
associated_network_namestringOptional
Responses
200Success
application/json
post
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"
}
200Success
{
  "associated_network_name": "text",
  "error": {
    "message": "text"
  }
}

Was this helpful?