1. Open profile

Returns an open profile

Request

MethodURL

GET

api_url/openProfile?uuid={uuid}

ParamsValueDescription

uuid

string

UUID of profile

Example Request

MethodURL

GET

http://127.0.0.1:2222/openProfile?uuid=99bed28d-7d71-432e-87c8-71d24926acb3

Example Response

Profile with UUID of "99bed28d-7d71-432e-87c8-71d24926acb3" is opened.

{
    "status": "successfully",
    "data": {
        "remote_port": 4000,
        "profile_path": "C:\\Users\\*****\\AppData\\Local\\Temp\\.hidemium\\99bed28d-7d71-432e-87c8-71d24926acb3",
        "execute_path": "C:\\Users\\*****\\.hidemium\\browser\\mulbrowser\\115.0.0.0_v6\\chrome.exe"
    }
}

Last updated