Skip to content

Get Device ID

Fresh

Retrieve the device ID of a cloud phone.

URL: https://openapi.geelark.com/open/v1/phone/deviceIdMethod: POST

Request Parameters

ParameterRequiredTypeDescription
idYesstringCloud phone ID

Response Example

json
{
  "traceId": "123456ABCDEF",
  "code": 0,
  "msg": "success",
  "data": {
    "deviceId": "abc123def456"
  }
}

Error Codes

CodeDescription
42001Cloud phone does not exist

GEELark API Documentation - Built with VitePress