The devices associated with the caller network. Associated devices are:
GET /device/associations HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"pending_adoption_devices": [
{
"code": "text",
"device_name": "text",
"duration_minutes": 1
}
],
"incoming_shared_devices": [
{
"pending": true,
"code": "text",
"device_name": "text",
"client_id": "text",
"network_name": "text"
}
],
"outgoing_shared_devices": [
{
"pending": true,
"code": "text",
"device_name": "text",
"client_id": "text",
"network_name": "text"
}
]
}