Lists the devices for all projects
/connectivity/devices
curl -L \ --url 'https://api.ecosuite.io//connectivity/devices' \ --header 'Authorization: YOUR_API_KEY'
{ "projects": { "ANY_ADDITIONAL_PROPERTY": [ { "type": "text", "id": 1, "name": "text", "url": "text" } ] } }