Skip to content
Gallery
API Documentation Admin Webapp
Share
Explore
STATS

PEOPLE

GET /stats/people

Request
{}
Response (Success)
{
"status": true,
"code": "PEOPLE_STATS_SUCCESS",
"payload": {
"contacts": {
"count": 3,
},
"representatives": {
"count": 1,
}
}
}

Response (Error)
{
"status": false,
"code": "PEOPLE_STATS_FAILED",
"message": "Bad request"
}

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.