# 5. List version

Returns a list of tag

### **Example Request** <a href="#example-request-1" id="example-request-1"></a>

| Method | URL                                                 |
| ------ | --------------------------------------------------- |
| GET    | <http://127.0.0.1:2222/v2/browser/get-list-version> |

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

```
{
    "win": [
        "115.0.5790.32",
        "114.0.5735.61"
    ],
    "lin": [
        "115.0.5790.32",
        "114.0.5735.90"
    ],
    "android": [
        "115.0.5790.32",
        "114.0.5735.196"
    ],
    "mac": [
        "115.0.5790.3",
        "114.0.5735.90"
    ]
}
```

[<br>](https://docs.hidemium.io/use-cases/api-automation-v2/get-profile/4.-list-tag)
