Skip to content
Select themeSelect language

`GET /api/proposals/count` -- number of pending proposals (topbar badge).

GET
/api/proposals/count
curl --request GET \
--url https://example.com/api/proposals/count
Media typeapplication/json

Pending-count envelope for the topbar badge.

object
pending
required
integer
Examplegenerated
{
"pending": 1
}