Skip to content

Device API

Jim Lake edited this page Jul 9, 2025 · 2 revisions

Device endpoints for API usage.

API Endpoint

All calls are made on the standard api endpoint:

https://api-prod.maxloapi.com/

Get Current Device

Get information about the current device.

POST /device/1/current

Request Authentication

device_session_key - string - provided in query string or body

Responses

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.

Clone this wiki locally