Retrieve a list of all organizations that can be controlled with a given API Key
Need a multi-org API key? Email [email protected] for early access to a single API key that allows you to control multiple organizationsAPI key based authentication where API_KEY_ID:API_KEY_SECRET
A list of organization summary objects.
[
{
"id": "A1ZICsr6XwX5fv4E16QM",
"name": "High school Musical",
"activeDevices": 30,
"deviceLicenses": 50
},
{
"id": "EwmhggZ9zYIqMVVMz2s7",
"name": "Sky High",
"activeDevices": 50,
"deviceLicenses": 100
}
]