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 endpoints for API usage.
All calls are made on the standard api endpoint:
https://api-prod.maxloapi.com/
Get information about the current device.
POST /device/1/current
device_session_key - string - provided in query string or body
200 OK
device_id - number - The device ID.
device_name - string - The device name.
user_id - number - The user ID of the device owner.
user_name - string - The user name of the device owner.
upload_priority - number - The upload priority for the device.
is_disabled - boolean - Is the device disabled.
is_upload_disabled - boolean - Is upload disabled for the device.
is_download_disabled - boolean - Is download disabled for the device.
403 Forbidden
Invalid device session key.
412 Precondition Failed
The device is disabled.