cURL
Organizations
List Organizations
Retrieve a list of all organizations that can be controlled with a given API Key
Need a multi-org API key? Email support@managexr.com for early access to a single API key that allows you to control multiple organizationsGET
cURL
Authorizations
API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET
- Username: The API Key ID.
- Password: The API Key Secret.
Response
200 - application/json
A list of organization summary objects.
Example:
[
{
"id": "A1ZICsr6XwX5fv4E16QM",
"name": "High school Musical",
"activeDevices": 30,
"deviceLicenses": 50
},
{
"id": "EwmhggZ9zYIqMVVMz2s7",
"name": "Sky High",
"activeDevices": 50,
"deviceLicenses": 100
}
]