使用API接口释放浏览器配置文件

使用API接口释放浏览器配置文件:

Request Url:

https://api.vmlogin.com/v1/profile/release?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Request Type: GET

名称类型描述必传
tokenstring身份验证令牌
profileIdstring要释放的浏览器配置文件ID;
空string "": 一键释放所有我的配置文件

Request

{
    "token": "66e9f73f3617c6afdc6768f7a61a58ae",
    "profileId": "17D40B01-566A-4E3F-888A-C40A404668B8"
}

Response

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


注:

(1)token请参考“查看/修改API Token”教程;

(2)profileId请参考“配置文件ID(Profile ID)在哪”教程或者使用profile/list的api接口获取所有profileId。