Skip to product menu
Skip to main content

Get Chat Monitor Count

Description

You can use this API to get the overall chat monitor count based on the operator email address, visitor's IP address or visitor's email address.

Requested Payload:

  • resource - The chat monitor count is fetched from the resources.

OAuth Scope:

SalesIQ.counts.READ

URL:

Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screenname}/counts

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker/counts?resource=chatmonitors

Sample Response

Copied{
	"url": "/api/v2/zylker/counts",
	"object": "chatmonitorscounts",
	"data": {
	"visitor_ip": "300",
	"visitor_email": "260",
	"operator": "50"
	}
}