Skip to main content
GET
/
counters
Get counters
curl --request GET \
  --url https://api.example.com/counters
{
  "unread_notification_count": 1,
  "unread_conversation_count": 1,
  "timestamp": 1715328000
}

Response

200 - application/json

Counters

unread_notification_count
integer
Example:

1

unread_conversation_count
integer
Example:

1

timestamp
integer
Example:

1715328000