get
Get current statistics for authenticated website
Retrieves current statistics for the authenticated website.
Public Statistics API
| Endpoint | /statistics/current |
| Method | get |
| Plan Required | FREE |
| Authorization | Bearer Token required |
| Permissions | READ |
| Content-Type | application/json |
/statistics/currentREAD
application/jsonAPI Tester(Loading...)
Loading API token configuration...
Payload
This endpoint does not require any parameters.
Response
200Current website statistics
| Field | Type | Description / Example |
|---|---|---|
| totalConversations | number | 1250 |
| activeConversations | number | 23 |
| totalMessages | number | 8750 |
| totalVisitors | number | 892 |
| onlineVisitors | number | 15 |
| averageResponseTime | number | 45.5 |
totalConversations
1250activeConversations
23totalMessages
8750totalVisitors
892onlineVisitors
15averageResponseTime
45.5401Unauthorized - Invalid or missing API token
No response details available
Expected Response
JSON
{
"totalConversations": 1250,
"activeConversations": 23,
"totalMessages": 8750,
"totalVisitors": 892,
"onlineVisitors": 15,
"averageResponseTime": 45.5
}API Access Token
Base URL
https://api.5chat.io