Base URL
The ManageXR API provides a RESTful way to access your organization and device data. We enforce HTTPS. All requests contain the following base URL:Authentication
Create an API Key
Go to Organization Settings > API Keys to generate a keyEmail developers@managexr.com for early access to a single API key that allows you to control multiple organizations
Authenticate Requests
To authenticate each request, add an Authorization header with the contents:<encoded-value> is the Base64 encoding of api_key_id:api_key_secret.
Quotas & Limits
API requests are subject to the following limits:| Limit Type | Premium Tier | Enterprise Tier | 
|---|---|---|
| Requests per second per organization | 10 | Contact | 
| Requests per month per organization | 2,500,000 | Contact |