Skip to content

Install App on Cloud Phone

Request

Security
Authorization
Bodyapplication/json
appVersionIdstring

App version ID

idintegerrequired

Cloud phone ID

packageNamestring

Package name — required only if appVersionId is not provided

versionCodeinteger

Version code — required only if appVersionId is not provided

POST
/cloudphone/app/install
curl -i -X POST \
  https://api.MoreLogin.com/cloudphone/app/install \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "appVersionId": "1672940217990530",
    "id": 1673823102599682
  }'

Responses

Headers
any
Bodyapplication/json
codeinteger
msgnull
databoolean
requestIdstring
Response
{ "code": 0, "msg": null, "data": true, "requestId": "string" }