API Automation

API Sharing Browser Profile (batch operation)

API Sharing browser profile (batch operation):


Request Url:


https://api.xlogin.us/v1/profile/share?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&[email protected]


Request Type: GET


NameTypeDescriptionrequired
tokenstringAuthentication tokentrue
profileIdstringBrowser profile ID (batch share, parameters splice with a comma ,)true
accountstringNeed the XLogin account email which to be sharedtrue


Request


{
    "token": "66e9f73f3617c6afdc6768f7a61a58ae ",
    "profileId": "86AE6678-CFA1-4A38-94C2-6265CB25C404,EAEDC9FA-6642-4EDD-9412-28425B9BD810",
    "account": "[email protected]"
}


Response


{
    "status": "OK",
    "value": 200
}


Note:


1. token: Please refer to the "API Token" tutorial.


2. profileId: Please refer to the "Where can the Profile ID be Found?" tutorial or use the profile/list interface to get all profileId.