# 1. Open profile

### **Request**

<table><thead><tr><th width="249">Method</th><th>URL</th></tr></thead><tbody><tr><td>GET</td><td>api_url/openProfile?uuid={uuid}</td></tr></tbody></table>

<table><thead><tr><th>Params</th><th width="113.33333333333331">Value</th><th>Description</th></tr></thead><tbody><tr><td>uuid</td><td>string</td><td>UUID of profile</td></tr></tbody></table>

### **Example Request (Hidemium v2)**

<table><thead><tr><th width="194">Method</th><th>URL</th></tr></thead><tbody><tr><td>GET</td><td>http://127.0.0.1:5555/openProfile?uuid=99bed28d-7d71-432e-87c8-71d24926acb3</td></tr></tbody></table>

### **Example Response**

*Profile with UUID of "*&#x39;9bed28d-7d71-432e-87c8-71d24926acb&#x33;*" is opened.*

{% code lineNumbers="true" %}

```json
{
    "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"
    }
}
```

{% endcode %}
