1. Open profile

Returns an open profile

Request

MethodURL

GET

api_url/openProfile?uuid={uuid}&proxy={proxy_info}&command={command}

ParamsValueDescription

uuid

string

UUID of profile

proxy_info

string

  • type|ip|port|username|password

  • Must be encodeUrl

  • Nullable

Example Request

Params

KeyValue

uuid

99bed28d-7d71-432e-87c8-71d24926acb3

proxy

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