GET
/
organizations
/
{orgId}
/
configurations
curl --request GET \
  --url https://managexrapi.com/organizations/{orgId}/configurations \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "id": "6qwM6FzJE4o708iqTpWc",
    "name": "Education",
    "registrationCode": "f7GbHvH",
    "deviceCount": 15
  },
  {
    "id": "7xzA3LrJS5b903jrTpYd",
    "name": "Employee Training",
    "registrationCode": "a8YhTzK",
    "deviceCount": 30
  }
]

Authorizations

Authorization
string
header
required

API key based authentication where <encoded-value> is the Base64 encoding of API_KEY_ID:API_KEY_SECRET

  • Username: The API Key ID.
  • Password: The API Key Secret.

Path Parameters

orgId
string
required

The ID of the organization. Locate the orgId under Organization Settings > API Keys.

Response

200 - application/json
A list of configuration summary objects.
id
string

Unique identifier of the configuration

name
string

Name of the configuration

registrationCode
string

Registration code for the configuration. Learn More

deviceCount
number

Number of devices using the configuration