Refer friends and earn rewards this week
Kongo Docs

Get Event Comment Count

Returns comment count for an event

Get Help
GET
/events/{id}/comments/count

Path Parameters

id*integer

Numeric event id.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/events/23784/comments/count"
{  "count": 0}
{  "type": "bad request",  "error": "q is required"}
{  "type": "not found error",  "error": "id not found"}