Skip to content

Device Media Grant API

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

Device Media Grant endpoints for API usage.

API Endpoint

All calls are made on the standard api endpoint:

https://api-prod.maxloapi.com

Get Mounts

Get a list of media grants for the device.

POST /device/1/media_grant

Request Authentication

device_session_key - string - provided in query string or body

Request Body

version - string - (optional) The version of the device client.

Responses

200 OK

is_device_disabled - boolean - Is the device disabled.

media_grant_list - array of object - Array of media grants.

  • media_grant_id - string - The media grant ID.

  • grant_name - string - The name of the media grant.

  • volume_id - number - The volume ID.

  • prefix_path - string - The prefix path for the media grant.

  • is_disabled - boolean - Is the media grant disabled.

  • volume_encryption_key - string - The volume encryption key.

    404 Not Found

The device was not found.

Clone this wiki locally