Was this helpful?
The status of the shared device. The status can be one of:
/device/share-status
curl -L \ --request POST \ --url 'https://api.bringyour.com/device/share-status' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json'
{ "pending": true, "associated_network_name": "text", "error": { "message": "text" } }