# 3. Checking

Checking your opening profile

#### **Request** <a href="#request" id="request"></a>

| Method | URL                            |
| ------ | ------------------------------ |
| GET    | api\_url/authorize?uuid={uuid} |

| Params | Value  | Description     |
| ------ | ------ | --------------- |
| uuid   | string | UUID of profile |

#### **Example Request (Hidemium V4)** <a href="#example-request-hidemium-v4" id="example-request-hidemium-v4"></a>

| Method | URL                                                                         |
| ------ | --------------------------------------------------------------------------- |
| GET    | <http://127.0.0.1:2222/authorize?uuid=992bd6f1-0a4c-40b2-88c0-d6ae54db7347> |

#### **Example Response** <a href="#example-response" id="example-response"></a>

*If profile is open, the return result is true; If profile is closed, the return result is false.*

```
{
    "status": true
}
```

[<br>](https://docs.hidemium.io/use-cases/api-automation/remote-profile/2.-close-profile)
