Retrieve a list of all configurations.
Documentation Index
Fetch the complete documentation index at: https://docs.managexr.com/llms.txt
Use this file to discover all available pages before exploring further.
API key based authentication where is the Base64 encoding of 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
}
]