Retrieve a list of all configurations.
API key based authentication where API_KEY_ID:API_KEY_SECRET
The ID of the organization. Locate the orgId under Organization Settings > API Keys.
A list of configuration summary objects.
Unique identifier of the configuration
Name of the configuration
Configuration code (formerly known as Registration Code) for the configuration. Learn More
Number of devices using the configuration
[
{
"id": "6qwM6FzJE4o708iqTpWc",
"name": "Education",
"registrationCode": "f7GbHvH",
"deviceCount": 15
},
{
"id": "7xzA3LrJS5b903jrTpYd",
"name": "Employee Training",
"registrationCode": "a8YhTzK",
"deviceCount": 30
}
]