LaunchAppOnDevices
POST/devices/launch/apps/:appId
Launch an app on multiple devices in one call. Up to 100 devices per call. The launch is best effort: each device is attempted independently, and the response lists the devices a launch command was queued for (launched) and the devices that were skipped with a reason (failed). The request succeeds with 200 even when every device was skipped. A device is skipped when it is not found in your organization, when you lack the remote launch permission for it, when the app is not installed on it (via a release channel assigned to the device or its group), or when it cannot launch content (for example while in ArborXR Kiosk Mode).
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Success. The launch was attempted on every requested device; check failed for devices that were skipped.
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Internal Server Error