GET/social-inbox/unread-count
Total unread comments across all conversations in the workspace.
https://api.postfa.st/Auth:
pf-api-keyRate limit: 300 requests per hourDriving a badge
This endpoint takes no parameters, so it is the cheapest way to keep an unread badge current. Per-conversation numbers live in unreadCount on each row of /social-inbox/conversations.
Call /social-inbox/conversations/{id}/read to zero a conversation's unread count.
Response
200 OK The workspace-wide unread total.
unreadCountnumberrequiredUnread inbound comments summed across every conversation in the workspace.