Was this helpful?
The devices associated with the caller network. Associated devices are:
/device/associations
curl -L \ --url 'https://api.bringyour.com/device/associations' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "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" } ] }