X-API-Key: ********************curl --location 'https://api.snakk.ai/api/chat/operator/stats' \
--header 'X-API-Key: <api-key>'{
"queue_count": 0,
"active_chats": 0,
"online_operators": 0,
"total_operators": 0,
"pending_contact_requests": 0,
"resolved_today": 0,
"operators": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"display_name": "string",
"is_online": true,
"current_chat_count": 0,
"total_chats_handled": 0
}
]
}