curl --request POST \
--url https://managexrapi.com/v1/devices/{id}/command \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "SYNC"
}
'{
"statusCode": 400,
"message": "Request must contain a valid action",
"error": "ManageXR Error"
}{
"statusCode": 403,
"message": "Forbidden",
"error": "ManageXR Error"
}{
"statusCode": 404,
"message": "Not found error",
"error": "ManageXR Error"
}Devices
Send Command
Send command to a specific device
Available Commands: Launch App, Play/Pause Video, Launch Web Url, Disable/Enable Kiosk, Restart, Power Off, Set Volume, Set Brightness, Uninstall App, Sync, Enable/Disable Tutorial ModePOST
/
v1
/
devices
/
{id}
/
command
curl --request POST \
--url https://managexrapi.com/v1/devices/{id}/command \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "SYNC"
}
'{
"statusCode": 400,
"message": "Request must contain a valid action",
"error": "ManageXR Error"
}{
"statusCode": 403,
"message": "Forbidden",
"error": "ManageXR Error"
}{
"statusCode": 404,
"message": "Not found error",
"error": "ManageXR Error"
}Authorizations
API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET
- Username: The API Key ID.
- Password: The API Key Secret.
Path Parameters
The ID (serial number) of the device.
Query Parameters
Unique identifier of the organization. This parameter is only necessary when using multi-organization API keys.
Defaults to the organizationId associated with the API key.
Body
application/json
- Launch App
- Play / Pause Video
- Launch Web Url
- Disable / Enable Kiosk Mode
- Restart
- Power OFF
- Set Volume
- Set Brightness
- Uninstall App
- Restart App
- Sync
- Enable / Disable Tutorial Mode
Response
Success