# getWebManagerUrl
Version: 4.1.0+
Description: get the link for opening the web manager.
Request example:
{
    "method" : "getWebManagerUrl",
    "requestId" : "1"
}
Response example:
{
    "method": "getWebManagerUrl",
    "requestId" : "1",
    "url": "http://10.200.3.69/26B",
    "result": true
}
Parameter description:
- requestId- a unique request identifier. You can learn more about it here.
- url— the link for opening the web manager
See also: