API Automation

API Release the Browser Profile

API Release the browser profile:


Request Url:


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


Request Type: GET


NameTypeDescriptionrequired
tokenstringAuthentication tokentrue
profileIdstringBrowser profile IDtrue


Request


{
    "token": "66e9f73f3617c6afdc6768f7a61a58ae",
    "profileId": "86AE6678-CFA1-4A38-94C2-6265CB25C404"
}


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.