The status of the shared device. The status can be one of:
POST /device/share-status HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"share_code": "text"
}
{
"pending": true,
"associated_network_name": "text",
"error": {
"message": "text"
}
}