-
Notifications
You must be signed in to change notification settings - Fork 0
Device Media Grant API
Jim Lake edited this page Jul 9, 2025
·
2 revisions
Device Media Grant endpoints for API usage.
All calls are made on the standard api endpoint:
https://api-prod.maxloapi.com
Get a list of media grants for the device.
POST /device/1/media_grant
device_session_key - string - provided in query string or body
version - string - (optional) The version of the device client.
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.