Skip to content

Transfer Cloud Phone

Fresh

Transfer cloud phones to another user account.

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

Request Parameters

ParameterRequiredTypeDescription
idsYesarray[string]Cloud phone IDs (max 100)
targetUserIdYesstringTarget user ID
withAttachmentNoboolTransfer attachments too (default: false)

Request Example

json
{
  "ids": ["528086321789535232"],
  "targetUserId": "497548067550006541",
  "withAttachment": true
}

Error Codes

CodeDescription
42001Cloud phone does not exist
43022Cannot transfer to yourself
43027Browser does not support transfer

GEELark API Documentation - Built with VitePress