Browser Profiles Transfer (In Bulk)

A brief description
  • No
request URL
  • {{url}}/v1/profile/transferOwnership
request method
  • get
Request Query parameter
ParameterExample ValueRequiredTypeDescription
tokenYesstringauthentication token
profileIdYesstringBrowser profile ID to be handed over, multiple parameters are separated by ,commas
accountYesstringProfile Taker’s Platform Account
Example of successful return
{
    "data": {},
    "code": 0,
    "msg": "OK"
}
Remark