Skip to content

One-Click New Device

Fresh

Reset 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

ParameterRequiredTypeDescription
idYesstringCloud phone ID
changeBrandModelNoboolRandomize brand and model (default: false)
keepPhoneNumberNoboolKeep existing phone number
keepRegionNoboolKeep existing region
keepLanguageNoboolKeep existing language
keepNetTypeNoboolKeep 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

CodeDescription
42001Cloud phone does not exist
43011Cloud phone is already performing a new device operation
43015Cloud phone does not support one-click refresh

GEELark API Documentation - Built with VitePress