API Browser profile unshare (batch operation):
Request Url:
https://api.xlogin.us/v1/profile/cancelShare?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx,xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&[email protected]
Request Type: POST/GET
Name | Type | Description | required |
token | string | Authentication token | true |
profileId | string | Browser profile ID (batch cancelShare, parameters splice with a comma, ) | true |
account | string | Xlogin account email | true |
Request
{
"token": "66e9f73f3617c6afdc6768f7a61a58ae ",
"profileId": "86AE6678-CFA1-4A38-94C2-6265CB25C404,EAEDC9FA-6642-4EDD-9412-28425B9BD810",
"account": "[email protected]"
}
Response
{
"status": "OK",
"value": 200,
"data": {
"rows": 2
}
}
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.