Browser Profile Sharing (In Bulk )

A brief description
  • No
request URL
  • {{url}}/v1/profile/share
request method
  • get
Request Query parameter
Parameter Example ValueRequiredTypeDescription
tokenYesstringauthentication token
profileIdYesstringBrowser configuration file ID, multiple parameters are separated by ,commas
accountYesstringUser platform account that needs to be shared (email and mobile phone number are acceptable)
fromnostringRefers to the current configuration profile type
"1": Shared with me
"0": my profile
default "0", share it with others from my configuration file
Example of successful return
{
    "data": {},
    "code": 0,
    "msg": "OK"
}
Remark

The from parameter refers to (indicates) the type of browser configuration profile (mine, or others shared with me). Only the correct type of browser profile can be shared successfully. (Unsuccessful ones will be ignored and will not interrupt the request)