We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Device Onboarding endpoints for API usage.
All calls are made on the standard api endpoint:
https://api-prod.maxloapi.com
Check if a device is already registered to an organization.
POST /app/1/org/:org_id/device_check
app_secret_key - string - App secret key, provided in query string or body.
org_id - number - The organization ID.
machine_id - string - The machine ID of the device.
200 OK
device_id - number - The device ID.
device_name - string - The device name.
is_disabled - boolean - Is the device disabled.
device_session_key - string - The device session key.
404 Not Found
The device is not registered to this organization.
Register a new device to an organization.
POST /app/1/org/:org_id/device_register
app_secret_key - string - provided in query string or body.
device_name - string - The name of the device.