API Reference
/- Cloud Phones
- Open API
/
Configure Keybox
Install a keybox certificate on a Cloud Phone.
- Preconditions:
filePathmust point to an.xmlfile, and the phone must be powered on and not held by another member. - Effect: hands the certificate path to the device service. MoreLogin stores nothing, and the service defines no activation step — whether the device needs a restart for the certificate to take effect is device-specific behaviour.
- Completion: synchronous acceptance by the service. There is no endpoint that reports the installed certificate.
Security
Authorization
- MoreLogin open api endpointhttps://api.morelogin.com/cloudphone/setKeyBox
curl -i -X POST \
https://api.morelogin.com/cloudphone/setKeyBox \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"filePath": "",
"id": "0"
}'Response
{ "code": 0, "msg": null, "data": true, "requestId": "0d8b6f1c-9f4e-4d02-9d1a-7c3f5a1b2c3d" }