Get Device ID
FreshRetrieve the device ID of a cloud phone.
URL: https://openapi.geelark.com/open/v1/phone/deviceIdMethod: POST
Request Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| id | Yes | string | Cloud phone ID |
Response Example
json
{
"traceId": "123456ABCDEF",
"code": 0,
"msg": "success",
"data": {
"deviceId": "abc123def456"
}
}Error Codes
| Code | Description |
|---|---|
| 42001 | Cloud phone does not exist |