POST
/
v2
/
mdm
/
vpp
/
assets
/
{asset_id}
/
install
/
{device_id}
Install VPP app on device via MDM
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/v2/mdm/vpp/assets/{asset_id}/install/{device_id} \
  --header 'Authorization: <api-key>'
This response has no body data.

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

asset_id
string
required

VPP Asset UUID

device_id
string
required

Device UUID

Response