Transfer Cloud Phone
FreshTransfer cloud phones to another user account.
URL: https://openapi.geelark.com/open/v1/phone/transferMethod: POST
Request Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| ids | Yes | array[string] | Cloud phone IDs (max 100) |
| targetUserId | Yes | string | Target user ID |
| withAttachment | No | bool | Transfer attachments too (default: false) |
Request Example
json
{
"ids": ["528086321789535232"],
"targetUserId": "497548067550006541",
"withAttachment": true
}Error Codes
| Code | Description |
|---|---|
| 42001 | Cloud phone does not exist |
| 43022 | Cannot transfer to yourself |
| 43027 | Browser does not support transfer |