One-Click New Device
FreshReset a cloud phone to a new device identity. Generates new IMEI, MAC addresses, and device fingerprint.
URL: https://openapi.geelark.com/open/v1/phone/newDeviceMethod: POST
Request Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| id | Yes | string | Cloud phone ID |
| changeBrandModel | No | bool | Randomize brand and model (default: false) |
| keepPhoneNumber | No | bool | Keep existing phone number |
| keepRegion | No | bool | Keep existing region |
| keepLanguage | No | bool | Keep existing language |
| keepNetType | No | bool | Keep existing network type |
Request Example
json
{
"id": "528086321789535232",
"changeBrandModel": true,
"keepPhoneNumber": true
}Response Example
json
{
"traceId": "123456ABCDEF",
"code": 0,
"msg": "success",
"data": {
"equipmentInfo": {
"countryName": "Thailand",
"phoneNumber": "+66877382166",
"imei": "863406055475987",
"osVersion": "Android 12.0",
"deviceBrand": "samsung",
"deviceModel": "Galaxy S23"
}
}
}Error Codes
| Code | Description |
|---|---|
| 42001 | Cloud phone does not exist |
| 43011 | Cloud phone is already performing a new device operation |
| 43015 | Cloud phone does not support one-click refresh |