1. Open profile
Returns an open profile
Request
Method
URL
GET
api_url/openProfile?uuid={uuid}
Params
Value
Description
uuid
string
UUID of profile
Example Request (Hidemium v2)
Method
URL
GET
http://127.0.0.1:5555/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