Get one Monitor

Gives the details of a monitor

Headers

Parameters

Example Call

curl --location --request GET 'http://localhost:3000/api/v1/llivechat/monitors.getOne?username=Bruno.Solis \
--header 'X-Auth-Token: myauth-token' \
--header 'X-User-Id: myuser-name'

Result

{
    "_id": "gxcJTYapi5mPxuAme",
    "username": "Bruno.Solis",
    "emails": [
        {
            "address": "",
            "verified": false
        }
    ],
    "status": "offline",
    "name": "Bruno Solis",
    "statusLivechat": "not-available",
    "success": true
}

Last updated

Rocket.Chat versions receive support for six months after release.