Devices
Send Command
Send command to a specific device
Available Commands: Launch App, Play/Pause Video, Launch Web Url, Disable/Enable Kiosk, Restart, Uninstall App, Sync, Enable/Disable Tutorial ModePOST
/
organizations
/
{orgId}
/
devices
/
{deviceId}
/
command
Authorizations
Authorization
string
headerrequiredAPI key based authentication where <encoded-value> is the Base64 encoding of API_KEY_ID
:API_KEY_SECRET
- Username: The API Key ID.
- Password: The API Key Secret.
Path Parameters
orgId
string
requiredThe ID of the organization. Locate the orgId under Organization Settings > API Keys.
deviceId
string
requiredThe ID (serial number) of the device.
Body
application/json
action
enum<string>
Launch an application on the device.
Available options:
LAUNCH_APP
data
object