SJAM Statistics
Last updated
Last updated
GET /v1/sjam/comment-count HTTP/1.1
Host: api.example.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"success": true,
"message": "Comment count retrieved successfully",
"data": 150
}GET /v1/sjam/activated-count HTTP/1.1
Host: api.example.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"success": true,
"message": "Activated count retrieved successfully",
"data": 1200
}