JavaScript
Apps
Install app
Installs an app on the device. The request body must supply exactly one of an Android packageName or an iOS bundleId; protected packages are rejected.
POST
JavaScript
Installs an app on the device.
Provide exactly one of:
packageName— Android package name. Resolved against the device owner’s app library, so upload the APK first.bundleId— iOS bundle identifier (e.g.com.example.app) or a numeric App Store ID. The app is installed from the App Store; a successful response means the install was accepted — polllist-appsuntil the app appears.
Authorizations
Bearer token via Authorization header
Headers
Required range:
x >= 0Path Parameters
Body
application/json
Response
No Content